Numbers.Protocols.Division protocol (numbers v5.2.4)

For supporting Numbers.div/2.

Link to this section Summary

Functions

Divides the rhs by the lhs.

Link to this section Types

Specs

t() :: term()

Link to this section Functions

Specs

div(t(), t()) :: t()

Divides the rhs by the lhs.

To be clear, this division operation is supposed to be precise.