atan

Returns the arctangent of the input.

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

DSL function for "atan".

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