Home » Math » Math_TrigOp » Manual
Math_TrigOp::acoth
Math_TrigOp::acoth() – Calculates the inverse hyperbolic cotangent of the parameter
Synopsis
require_once 'TrigOp.php';
mixed Math_TrigOp::acoth (
float $x
)
Description
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::acsch
Math_TrigOp::acsch() – Calculates the inverse hyperbolic cosecant of the parameter
Synopsis
require_once 'TrigOp.php';
mixed Math_TrigOp::acsch (
float $x
)
Description
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::asech
Math_TrigOp::asech() – Calculates the inverse hyperbolic secant of the parameter
Synopsis
require_once 'TrigOp.php';
mixed Math_TrigOp::asech (
float $x
)
Description
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::cot
Math_TrigOp::cot() – Calculates the cotangent of the parameter
Synopsis
require_once 'TrigOp.php';
mixed Math_TrigOp::cot (
float $x
)
Description
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::coth
Math_TrigOp::coth() – Calculates the hyperbolic cotangent of the parameter
Synopsis
require_once 'TrigOp.php';
mixed Math_TrigOp::coth (
float $x
)
Description
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::csc
Math_TrigOp::csc() – Calculates the cosecant of the parameter
Synopsis
require_once 'TrigOp.php';
mixed Math_TrigOp::csc (
float $x
)
Description
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::csch
Math_TrigOp::csch() – Calculates the hyperbolic cosecant of the parameter
Synopsis
require_once 'TrigOp.php';
mixed Math_TrigOp::csch (
float $x
)
Description
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::sec
Math_TrigOp::sec() – Calculates the secant of the parameter
Synopsis
require_once 'TrigOp.php';
mixed Math_TrigOp::sec (
float $x
)
Description
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::sech
Math_TrigOp::sech() – Calculates the hyperbolic secant of the parameter
Synopsis
require_once 'TrigOp.php';
mixed Math_TrigOp::sech (
float $x
)
Description
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.
Class Summary Math_TrigOp
Class Summary Math_TrigOp – Math_TrigOp: static class implementing supplementary trigonometric functions
Math_TrigOp: static class implementing supplementary trigonometric functions
Static class implementing supplementary trigonometric functions
Class Trees for Math_TrigOp
- Math_TrigOp