Rev 530 | Rev 532 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* math/complex.js - jsx.math.complex.Complex(): + Imaginary part default is 0 + Added .abs(), .div(), .conjugate(), .log(), .pow(), .toPolar(), .valueOf() + .sqrt() can use Math.sign() from ES 6 Draft - Added jsx.math.complex.Polar() for converting to and from polar forms - Clean-up: + Renamed parameters + Fixed JSdoc