divide

open override fun divide(a: Buffer<Double>, b: Buffer<Double>): DoubleBuffer

Division of two elements.

Return

the quotient.

Parameters

a

the dividend.

b

the divisor.

Sources

common source
Link copied to clipboard