tan

Returns the tangent of the input.

fun tan(vararg expressions: Array<out Expression>): Expression
fun tan(value: Double): Expression

DSL function for "tan".

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