Skip to content

Latest commit

 

History

History
66 lines (62 loc) · 1.1 KB

parity.md

File metadata and controls

66 lines (62 loc) · 1.1 KB

Note: not all operations necessarily have identical names. For example,

plus is implemented via Set. The operations are spread throughout the different packages.

Arithmetic operations

  • abs
  • add
  • compare
  • compare-signal
  • divide
  • divide-integer
  • exp
  • fused-multiply-add
  • ln
  • log10
  • max
  • max-magnitude
  • min
  • min-magnitude
  • minus # Neg
  • multiply
  • next-minus
  • next-plus
  • next-toward
  • plus # Set
  • power
  • quantize
  • reduce
  • remainder
  • remainder-near
  • round-to-integral-exact
  • round-to-integral-value
  • square-root
  • subtract

Miscellaneous operations

  • and
  • canonical
  • class
  • compare-total
  • compare-total-magnitude
  • copy
  • copy-abs
  • copy-negate
  • copy-sign
  • invert
  • is-canonical
  • is-finite
  • is-infinite
  • is-NaN
  • is-normal
  • is-qNaN
  • is-signed
  • is-sNaN
  • is-subnormal
  • is-zero
  • logb
  • or
  • radix
  • rotate
  • same-quantum
  • scaleb
  • shift
  • xor