Math_Complex::angle

Math_Complex::angle() – 複素数の角度 (偏角) を返す。Math_Complex::arg() のエイリアス

Synopsis

require_once '/Complex.php';

mixed Math_Complex::angle ( )

Description

This package is not documented yet.

Return value

成功した場合に浮動小数点数値、それ以外の場合に PEAR_Error を返します。

Throws

No exceptions thrown.

Note

This function can not be called statically.