Finfry::Money
Money is stored everywhere as a whole number of cents (Int64) so we never
accumulate floating-point rounding error. This module is the only place that
converts to and from the human-facing decimal string.
Money is stored everywhere as a whole number of cents (Int64) so we never
accumulate floating-point rounding error. This module is the only place that
converts to and from the human-facing decimal string.