/
Tan function
Tan function
Returns the tangent for each value in a column.
Note: Trigonometric functions are performed in radians.
Namespaces
math
Input
Non-decimal numeric values
Output
Double values
Syntax
set-column :column math:tan(column)
Example
Returns the tangent of each value in the test
column.
set-column :test math:tan(test)
, multiple selections available,
Related content
Arctan function
Arctan function
More like this
Sin function
Sin function
More like this
Arccos function
Arccos function
More like this
Cos function
Cos function
More like this
Arcsin function
Arcsin function
More like this
Log function
Log function
More like this
Created in 2020 by Google Inc.