This commit is contained in:
Angel Luis Jimenez Martinez 2015-06-17 12:50:05 +02:00
parent 6e97405099
commit 2ee81318ae

View file

@ -2,7 +2,7 @@
Arbitrary-precision fixed-point decimal numbers in go.
NOTE: can "only" represent numbers with a maximum of 2^31 digits after the decmial point.
NOTE: can "only" represent numbers with a maximum of 2^31 digits after the decimal point.
## Features