Next: , Previous: , Up: Complex   [Index]


2.1.5 Complex: math

* z

Multiply the receiver by the (real or complex) number z.

+ z

Sum the receiver with the (real or complex) number z.

- z

Subtract the (real or complex) number z from the receiver.

/ z

Divide the receiver by the (real or complex) number z.

abs

Return the absolute value of the receiver.

absSquared

Return the squared absolute value of the receiver.

conjugate

Return the complex conjugate of the receiver.

reciprocal

Return the reciprocal of the receiver.