aboutsummaryrefslogtreecommitdiff
path: root/src/format
Commit message (Collapse)AuthorAgeFilesLines
* Fix clippy lintsIvan Tham2019-08-031-14/+9
|
* Fixed infinity and nan cases in pprintMilan Markovic2019-07-021-3/+5
|
* Added inf and nanMilan Markovic2019-07-021-0/+8
|
* 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