The comparisons <, <=, ==, !=, >=. >, which resolve as Boolean values.

  • The basic unary arithmetic functions

    • +x. -x. abs, negate, reciprocal
  • The basic binary arithmetic functions

    • +, -, *, /
  • Essential numerical selector functions

    • minimum, maximum
    • minmumMagnitude, maximumMagnitude
  • Their Number-only variants that ignore NaNs,

    • minimumNumber, maximumNumber
    • minimumMagnitudeNumber, maximumMagnitudeNumber