Bug #10086 » Fix_comment_at_mathn.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.
|
||
# more precise rounding with division operations,
|
||
# then mathn is the right tool.
|
||
#
|
||
# Without mathn:
|
||
#
|