Project

General

Profile

Bug #10086 » improve_rdoc_mathn_l8.patch

gogotanaka (Kazuki Tanaka), 08/01/2014 08:30 AM

View differences:

lib/mathn.rb
##
# = mathn
#
# mathn is a library for changing the way Ruby does math. If you need
# more precise rounding with multiple division or exponentiation
# operations, then mathn is the right tool.
# mathn serves to make mathematical operations more precise in Ruby
# and to integrate other mathematical standard libraries.
#
# Without mathn:
#
(6-6/7)