cos

Returns the cosine of the input.

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

DSL function for "cos".

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