divide

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

Divides two numbers

Return

the quotient of the two numbers

Parameters

a

the first number

b

the second number

Throws

if the second number is zero