Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17130 программистов и 1833 робота. Сейчас ищут 1662 программиста ...
Math_TrigOp::csc
Вернуться к: Math_TrigOp
Math_TrigOp::csc
Math_TrigOp::csc() – Calculates the cosecant of the parameter
Synopsis
require_once 'TrigOp.php';
mixed Math_TrigOp::csc ( float $x )
This package is not documented yet.
Parameter
- float $x
-
Return value
return A floating point on success, PEAR_Error object otherwise
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Math_TrigOp