divide

abstract fun divide(a: T, b: T): T

Division of two elements.

Return

the quotient.

Parameters

a

the dividend.

b

the divisor.

Sources

common source
Link copied to clipboard