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