Math_Complex::arg

Math_Complex::arg() – Retourne l'argument d'un nombre complexe

Synopsis

require_once '/Complex.php';

float|PEAR_Error Math_Complex::arg ( )

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.