require_once '/ComplexOp.php';
boolean|PEAR_Error& Math_ComplexOp::areEqual (Math_Complex &$c1, Math_Complex &$c2)
boolean|PEAR_Error& Math_ComplexOp::areEqual
This package is not documented yet.
returns True if $c1 == $c2, False if $c1 != $c2, PEAR_Error object on error
No exceptions thrown.
This function can be called statically.