asin
Overloads
| Name | Description |
|---|---|
asin(real arg) -> real | Calculates the arcsine (inverse sine) of the given value. |
asin(complex arg) -> complex | Calculates the arcsine (inverse sine) of the given value. |
asin(integer arg) -> real | Calculates the arcsine (inverse sine) of the given value. |
asin(bool arg) -> real | Calculates the arcsine (inverse sine) of the given value. |
asin(real arg) -> real
Calculates the arcsine (inverse sine) of the given value.
Parameters
- arg: The value to calculate the arcsine for.
asin(complex arg) -> complex
Calculates the arcsine (inverse sine) of the given value.
Parameters
- arg: The value to calculate the arcsine for.
asin(integer arg) -> real
Calculates the arcsine (inverse sine) of the given value.
Parameters
- arg: The value to calculate the arcsine for.
asin(bool arg) -> real
Calculates the arcsine (inverse sine) of the given value.
Parameters
- arg: The value to calculate the arcsine for.