Math_ComplexOp::multIm()
--
Returns the product of a complex number and an imaginary number if: x = b
+ c*i, y = a*i; then: z = x * y = multIm(x, a)
Description
This package is not documented yet.
Return value
returns
A valid Math_Complex number on success, PEAR_Error otherwise
Throws
No exceptions thrown.
Note
This function can be called
statically.