Bug #10086 ยป improve_rdoc_mathn_l8.patch
lib/mathn.rb | ||
---|---|---|
5 | 5 |
## |
6 | 6 |
# = mathn |
7 | 7 |
# |
8 |
# mathn is a library for changing the way Ruby does math. If you need |
|
9 |
# more precise rounding with multiple division or exponentiation |
|
10 |
# operations, then mathn is the right tool. |
|
8 |
# mathn serves to make mathematical operations more precise in Ruby |
|
9 |
# and to integrate other mathematical standard libraries. |
|
11 | 10 |
# |
12 | 11 |
# Without mathn: |
13 | 12 |
# |