divide

fun divide(a: Double, b: Double): Double

Divides the first number by the second.

Return

The quotient of the division.

Parameters

a

The dividend.

b

The divisor.

Throws

if the divisor is zero.