Commit graph

189 commits

Author SHA1 Message Date
Vadim Graboys
9995dc92ee fix some small issues with scientific notation, add more tests 2015-07-31 16:22:14 -04:00
Vadim Graboys
f402c8cd87 add one more extreme-value test for scientific notation parsing 2015-07-31 12:52:50 -04:00
Vadim Graboys
7a95614e29 Merge pull request #10 from thiagoarruda/feature/parse-scientific-notation
Add scientific notation parsing
2015-07-31 12:51:16 -04:00
Thiago Arruda
632e313f4a Fix possible int64 overflow and remove unnecessary code 2015-07-31 13:36:54 -03:00
Thiago Arruda
669901768e Add negative numbers on init() and add more tests 2015-07-28 08:27:48 -03:00
Thiago Arruda
3e7f1c747e Change exp to int64 to prevent overflow 2015-07-28 08:08:24 -03:00
Thiago Arruda
849f553b9d Add scientific notation parsing 2015-07-24 13:25:40 -03:00
Vadim Graboys
6da60a24bd update docs to make more clear 2015-07-24 07:40:22 -04:00
Vadim Graboys
96d9a5e02e add Min and Max functions 2015-07-24 07:17:36 -04:00
Vadim Graboys
00831300e9 Merge pull request #7 from soyangel/patch-1
Fix Typo
2015-06-17 07:16:08 -04:00
Angel Luis Jimenez Martinez
2ee81318ae Typo 2015-06-17 12:50:05 +02:00
Vadim Graboys
6e97405099 add stupid test for extreme values, fix some super-edge-case bugs 2015-06-14 15:39:05 -04:00
Vadim Graboys
54dc68463b ensure decimal is initialized for new methods 2015-06-14 14:09:13 -04:00
Vadim Graboys
5359bc7cb4 add docs for Floor and Ceil 2015-06-14 13:10:35 -04:00
Vadim Graboys
1a6d69cb90 add FAQ to README 2015-06-14 13:06:00 -04:00
Vadim Graboys
354b07a0fb add go 1.4 to travis 2015-06-14 12:05:42 -04:00
Vadim Graboys
e8dd4432ba Merge pull request #3 from cmars/cmars-002-gocov
Add some test coverage
2015-06-14 12:03:58 -04:00
Vadim Graboys
9f2aa5999e add .gitignore 2015-06-14 11:57:05 -04:00
Vadim Graboys
0c74aee0c1 add Round, Floor, Ceil, and StringFixed. Deprecate StringScaled 2015-06-14 11:56:33 -04:00
Casey Marshall
70bb313ce6 Improve error messages, readability of test cases. 2015-03-25 22:13:03 -05:00
Casey Marshall
d9c6f16ce5 Remove Go 1.1 from CI. 2015-03-25 22:12:31 -05:00
Vadim Graboys
ac401f1975 Merge pull request #2 from cmars/master
Updated godoc comments.
2015-03-24 08:47:32 -04:00
Casey Marshall
2f187e8d62 Add IntPart test. 2015-03-23 19:50:32 -05:00
Casey Marshall
0fb3379e01 Test unhappy JSON and XML paths. 2015-03-23 19:50:32 -05:00
Casey Marshall
78186b90c0 Add Equals test. 2015-03-23 19:50:32 -05:00
Casey Marshall
c6c99f4daa Add XML test. 2015-03-23 19:50:32 -05:00
Casey Marshall
a2664e0073 Add round-trip JSON test. 2015-03-23 19:50:32 -05:00
Casey Marshall
9fc32a450f Add negative test values once. 2015-03-23 19:50:32 -05:00
Casey Marshall
d589a882a7 Simplify Equals and Cmp godoc comments. 2015-03-23 16:41:30 -05:00
Artem Titoulenko
3d6bb50c86 remove arrows to save line space 2015-03-23 15:44:21 -04:00
Artem Titoulenko
2acc1d75ba Update README to include printed out values in comments 2015-03-23 15:13:29 -04:00
Casey Marshall
605289b720 Updated godoc comments.
http://blog.golang.org/godoc-documenting-go-code
2015-03-23 11:09:19 -05:00
Vadim Graboys
06a2bf2ff6 pay some homage to fpd.Decimal in the README 2015-03-02 18:39:56 -05:00
Vadim Graboys
fc48e3343b change jellolabs to shopspring 2015-02-25 15:41:54 -05:00
Vadim Graboys
410a5d09e7 update README 2015-02-24 23:11:00 -05:00
Vadim Graboys
892f011ab6 fix doc for Sub 2015-02-12 12:10:49 -05:00
Vadim Graboys
16f1ec9225 update README 2015-02-10 17:26:59 -05:00
Vadim Graboys
778765bb9d better documentation for godoc 2015-02-10 16:19:14 -05:00
Vadim Graboys
3bac4bd166 init 2015-02-10 15:33:58 -05:00