PackageDescription: SYSEXT-Complex


SYSEXT - Complex

Last published: July 25, 2011 by 'nice'

Defines 1 Classes
Extends 4 Classes


Add complex numbers (square root of -1)

Mostly same as AT numerics class with several extensions

quo: rem: // \\

cosh sinh tanh argSinh argCosh argTanh
arcCos arcSin arcTan
atan2:

roundTo: rounded
truncateTo: truncated
floorTo: floor
ceilingTo: ceiling

+ Double dispatching instead of isComplex testing

+ printing complex numbers as (2 i: 3) rather than (2 + 3 i) for efficiency during re-interpretation