Commit 5373ebf
fix #176 - implement Decimal fixed-point support
* fix decimal precision issue
* fix other float to Decimal
* fix float precision
* add test
* clean up
* fix bug
* expand test
* fix test to get around weird precision issues in python2.7
* lint
* respond to comments
---------
Co-authored-by: Sergey Astanin <s.astanin@gmail.com>1 parent 8f32086 commit 5373ebf
2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
1356 | 1357 | | |
1357 | 1358 | | |
1358 | 1359 | | |
| 1360 | + | |
| 1361 | + | |
1359 | 1362 | | |
1360 | 1363 | | |
1361 | 1364 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
2857 | 2858 | | |
2858 | 2859 | | |
2859 | 2860 | | |
| 2861 | + | |
| 2862 | + | |
| 2863 | + | |
| 2864 | + | |
| 2865 | + | |
| 2866 | + | |
| 2867 | + | |
| 2868 | + | |
| 2869 | + | |
| 2870 | + | |
2860 | 2871 | | |
2861 | 2872 | | |
2862 | 2873 | | |
| |||
0 commit comments