fraction.rb

Path: lib/eymiha/math/fraction.rb
Last Update: Sat Mar 22 09:45:12 -0400 2008

Behavior for rendering and rounding fractions with respect to a denominator. Two methods are added to the Numeric class.

with_fraction is an alternative to to_s that renders a value as a string with a whole number and any decimal part as a fraction.

round_to_nearest rounds a value such that a fractional part with the given denominator will have integer as its numerator.

[Validate]