atan static method

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

Implementation

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