See Release Notes
Long Term Support Release
Differences Between: [Versions 400 and 401]
(no description)
File Size: | 116 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
cos($number) X-Ref |
COS. Returns the result of builtin function cos after validating args. param: mixed $number Should be numeric, or can be an array of numbers return: array|float|string cosine |
cosh($number) X-Ref |
COSH. Returns the result of builtin function cosh after validating args. param: mixed $number Should be numeric, or can be an array of numbers return: array|float|string hyperbolic cosine |
acos($number) X-Ref |
ACOS. Returns the arccosine of a number. param: array|float $number Number, or can be an array of numbers return: array|float|string The arccosine of the number |
acosh($number) X-Ref |
ACOSH. Returns the arc inverse hyperbolic cosine of a number. param: array|float $number Number, or can be an array of numbers return: array|float|string The inverse hyperbolic cosine of the number, or an error string |