div

operator fun Expression<T>.div(arg: T): Expression<T>
operator fun T.div(arg: Expression<T>): Expression<T>