Arccos function
Returns the inverse of 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:acos(column)
Example
Returns the inverse of cosine of each value in the test
column.
set-column :test math:acos(test)
Created in 2020 by Google Inc.