asin static method

Creates a function expression which evaluates to the inverse sine of the given numeric expression.

Implementation

static ExpressionInterface asin(ExpressionInterface expression) =>
    UnaryExpression('asin()', expression);