/
Arcsin function
Arcsin function
Returns the inverse of sin 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:asin(column)
Example
Returns the inverse of sin of each value in the test
column.
set-column :test math:asin(test)
, multiple selections available,
Related content
Arccos function
Arccos function
More like this
Sin function
Sin function
More like this
Arctan function
Arctan function
More like this
Tan function
Tan function
More like this
Square root function
Square root function
More like this
Cube root function
Cube root function
More like this
Created in 2020 by Google Inc.