/
Cos function
Cos function
Returns the cosine 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:cos(column)
Example
Returns the cosine of each value in the test
column.
set-column :test math:cos(test)
, multiple selections available,
Related content
Sin function
Sin function
More like this
Tan function
Tan function
More like this
Arctan function
Arctan function
More like this
Arcsin function
Arcsin function
More like this
Multiply function
Multiply function
More like this
Power of function
Power of function
More like this
Created in 2020 by Google Inc.