sin

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

Returns the sine of the input.

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

DSL function for "sin".