Easy Tutorial
❮ Func Filesystem Diskfreespace Func Ftp Close ❯

PHP asin() Function

PHP Math Reference Manual

Example

Returns the arcsine of different numbers:


Definition and Usage

The asin() function returns the arcsine of a number.


Syntax

Parameter Description
number Required. Specifies a number between -1 and 1.

Technical Details

Return Value: The arcsine of the number. If the number is not within the range of -1 to 1, it returns NAN.
Return Type: Float
--- ---
PHP Version: 4+
--- ---
❮ Func Filesystem Diskfreespace Func Ftp Close ❯