divide

open override fun divide(left: MST, right: MST): MST.Binary

Division of two elements.

Return

the quotient.

Parameters

left

the dividend.

right

the divisor.

Sources

Link copied to clipboard