constructor
Math_Complex::Math_Complex()
-- Constructor for Math_Complex
Description
This package is not documented yet.
Parameter
- float
$real
Real part of the number
- float
$im
Imaginary part of the number
Throws
No exceptions thrown.
Note
This function can not be called
statically.