Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 426 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 426 Bytes

Arithmetic

for complex numbers

Usages

ns demo :require
  arithmetic.complex :as complex

complex/&+ ([] 1 2) ([] 3 4)

Functions:

  • &+ a b
  • &- a b
  • &* a b
  • &/ a b
  • conjugate a
  • scale a x-scalar
  • divide-by a x-scalar, scales down by factor
  • polar-point radian radius, create a point from radian

Workflow

https://github.com/calcit-lang/calcit-workflow

License

MIT