divide

open override fun divide(left: Buffer<Double>, right: Buffer<Double>): DoubleBuffer

Division of two elements.

Return

the quotient.

Parameters

left

the dividend.

right

the divisor.

Sources

common source
Link copied to clipboard