aboutsummaryrefslogtreecommitdiff
path: root/src/format
Commit message (Collapse)AuthorAgeFilesLines
* Fixing crash on large resultMilan Markovic2019-07-021-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 fixNerdyPepper2019-06-201-1/+1
|
* bugfix: precision ignored for other basesNerdyPepper2019-04-271-1/+1
|
* move formatting functions to new moduleNerdyPepper2019-04-271-0/+86