for complex numbers
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 factorpolar-point radian radius
, create a point from radian
https://github.com/calcit-lang/calcit-workflow
MIT