Asec
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Asec
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Calculates the inverse secant or arcsecant of the given number. The value is returned in radians.
Function signature
ASEC(number: Number) => Number
Parameter | Description |
---|---|
Number | Number to calculate arcsecant for |
Examples
Formula | Return value |
---|---|
ASEC(-1) | 3.14159265 |
ASEC(-10) | 1.6709637479564565 |
ASEC(1) | 0 |
ASEC(10) | 1.4706289056333368 |
ASEC(0) | null |
ASEC(-0.99) | null |
ASEC(0.99) | null |
Was this article helpful?