asin
Syntax:
Value
Number
asin
(
Number
num)
Description:
Computes the arc sine of
num
.
Examples:
($b1:$b3) = asin($a)
Before:
A
B
C
1
0.7
2
-0.4
3
0.666
4
5
6
After:
A
B
C
1
0.7
0.775397496610753
2
-0.4
-0.411516846067488
3
0.666
0.728833586401869
4
5
6
($a1) = asin($self)