diff options
author | Milan Markovic <[email protected]> | 2019-07-02 21:22:23 +0100 |
---|---|---|
committer | Milan Markovic <[email protected]> | 2019-07-02 21:22:23 +0100 |
commit | a01e3bd9896adcf28a89fbbd09235747319b8113 (patch) | |
tree | 412a90f5c6b39cb9a950c94c6e1e80c63a380c9a /src/main.rs | |
parent | 580747e5f44ae8b42d565402db9829417ae2bc81 (diff) |
Fixing crash on large result
- Added depencency bignum
- Using num::BigNum in format::pprint to handle f64 numbers that are
larger than maximal i64 number (which was causing the bug)
If you want full feature parity with bc perhaps bignums can be used as
long as all operations are done on integers.
Diffstat (limited to 'src/main.rs')
0 files changed, 0 insertions, 0 deletions