...
applyColStyleToCell | true |
---|---|
heading | 0 |
columnTypes | s,s,s,s |
multiple | false |
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
enableSorting | false |
...
Syntax
...
tan(number)
...
Package
...
Alias
...
Pkg Usage
Description
Excerpt | ||
---|---|---|
| ||
Returns the tangent of an angle, provided in radians. |
Returns the tangent of an angle, provided in radians.
Parameters
...
applyColStyleToCell | true |
---|---|
columnTypes | s,s,s,s |
heading | 0 |
multiple | false |
enableSorting | false |
...
Parameter name
...
Type
...
Required
...
Description
...
number
...
Number
...
Yes
...
Angle to get the tangent for.
Return Type
Number
Example
Code Block | ||
---|---|---|
| ||
number a = tan(4);
print("a= " + a); |
Prints: a= 1.1578212823495777;
See also
Filter by label (Content by label) | ||||
---|---|---|---|---|
showLabels | false | |||
max | 25 | |||
showSpace | false | |||
cql | label = "math_routine" and space = currentSpace ( ) | labels | array_routines||
Include Page | ||||
|