Math_Complex::angle

Math_Complex::angle() – Retourne l'angle associé au nombre complexe. C'est un alias de Math_Complex::arg()

Synopsis

require_once '/Complex.php';

mixed Math_Complex::angle ( )

Description

This package is not documented yet.

Return value

Returns un nombre à virgule flottante en cas de succès, un objet PEAR_Error si une erreur survient.

Throws

No exceptions thrown.

Note

This function can not be called statically.