atan

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

Returns the arctangent of the input.

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

DSL function for "atan".