tan static method

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

Implementation

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