Math_Complex::angle()

Math_Complex::angle()  --  Returns the angle (argument) associated with the complex number Alias of Math_Complex::arg()

Synopsis

require_once '/Complex.php';

mixed Math_Complex::angle ()

Beschreibung

Dieses Package ist noch nicht dokumentiert.

Rückgabewert

returns A float on success, a PEAR_Error otherwise

Fehler-Meldungen

Es werden keine Exceptions ausgelöst.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.