acos static method

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

Implementation

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