tan
Syntax:
Value
Number
tan
(
Number
num)
Description:
Computes the tangent of
num
.
Examples:
($b1:$b3) = tan($a)
Before:
A
B
C
1
5
2
-3
3
1.5
4
5
6
After:
A
B
C
1
5
-3.38051500624659
2
-3
0.142546543074278
3
1.5
14.1014199471717
4
5
6
($a1) = tan($self)