tan

fun tan(vararg expressions: Expression): Expression
fun tan(value: Double): Expression

Returns the tangent of the input.

fun tan(block: Expression.ExpressionBuilder.() -> Unit): Expression

DSL function for "tan".