Bug #10086 » improve_rdoc_mathn_l8.patch
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:
|
||
#
|