effusion v0.2.0 Effusion.Math View Source

Math functions.

Link to this section Summary

Functions

A shorthand that returns the integer-division result along with the remainder result.

Link to this section Functions

A shorthand that returns the integer-division result along with the remainder result.

Examples

iex> Effusion.Math.divrem(5, 2)
{2, 1}