Math_Complex::arg()

Math_Complex::arg()  -- Returns the argument of the complex number

Synopsis

require_once '/Complex.php';

float|PEAR_Error Math_Complex::arg ()

Beschreibung

Dieses Package ist noch nicht dokumentiert.

Rückgabewert

returns A floating point number on success, a PEAR_Error otherwise

Fehler-Meldungen

Es werden keine Exceptions ausgelöst.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.