Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17160 программистов и 1835 роботов. Сейчас ищут 1564 программиста ...
Math_Complex::angle
Вернуться к: Math_Complex
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 ( )
This package is not documented yet.
Return value
returns A float on success, a PEAR_Error otherwise
Throws
No exceptions thrown.
Note
This function can not be called statically.
Вернуться к: Math_Complex