Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clippy lints | Ivan Tham | 2019-08-03 | 1 | -14/+9 |
| | |||||
* | Fixed infinity and nan cases in pprint | Milan Markovic | 2019-07-02 | 1 | -3/+5 |
| | |||||
* | Added inf and nan | Milan Markovic | 2019-07-02 | 1 | -0/+8 |
| | |||||
* | Fixing crash on large result | Milan Markovic | 2019-07-02 | 1 | -5/+11 |
| | | | | | | | | | - 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. | ||||
* | quicc fix | NerdyPepper | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | bugfix: precision ignored for other bases | NerdyPepper | 2019-04-27 | 1 | -1/+1 |
| | |||||
* | move formatting functions to new module | NerdyPepper | 2019-04-27 | 1 | -0/+86 |