atan method Null safety
- ExpressionInterface expression
Creates a function expression which evaluates to the inverse tangent of
the given numeric expression
.
Implementation
static ExpressionInterface atan(ExpressionInterface expression) =>
UnaryExpression('atan()', expression);