radians static method

Creates a function expression which evaluates to the radians value of the given degree numeric expression.

Implementation

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