Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17187 программистов и 1835 роботов. Сейчас ищут 1567 программистов ...
Math_Complex::arg
Вернуться к: Math_Complex
Math_Complex::arg
Math_Complex::arg() – Returns the argument of the complex number
Synopsis
require_once '/Complex.php';
float|PEAR_Error Math_Complex::arg ( )
This package is not documented yet.
Return value
returns A floating point number on success, a PEAR_Error otherwise
Throws
No exceptions thrown.
Note
This function can not be called statically.
Вернуться к: Math_Complex