The module contains helper math types and utility functions.
Summary
Types
@type percent_diff_t() :: percent_t() | :nan
Represents a percent difference.
This can be either percent_t/0 or :nan when trying to compare value with 0.
@type percent_t() :: float()
Represents a percent.
Functions
@spec percent_diff(number(), number()) :: percent_diff_t()