Math_Complex::abs

Math_Complex::abs() – Returns the magnitude (also referred as norm) of the number

Synopsis

require_once '/Complex.php';

float Math_Complex::abs ( )

Description

This package is not documented yet.

Throws

No exceptions thrown.

Note

This function can not be called statically.