cplx Type
Complex numbers cplx(re,im) are constructed by two floating point numbers which are the real and imaginary part of the complex number.
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.im
Returns: double
|
|
Full Usage:
this.re
Returns: double
|
|
Static members
| Static member |
Description
|
|
|
|
|
|
|
|
|
|
F#
Averest