factor/basis/formatting
Jon Harper 1dceb069ad formatting: fix bug when using %e and the number rounds up in magnitude
99/10 0 format-scientific-simple was outputting 1.0e0 because
the mantissa was rounded up, so it had one extra character, and
the exponent was wrong.
2017-06-08 11:23:38 -07:00
..
authors.txt
formatting-docs.factor formatting-docs, document ' ' as an alternative to '+' for positive numbers sign prefixing 2017-06-08 11:23:38 -07:00
formatting-tests.factor formatting: fix bug when using %e and the number rounds up in magnitude 2017-06-08 11:23:38 -07:00
formatting.factor formatting: fix bug when using %e and the number rounds up in magnitude 2017-06-08 11:23:38 -07:00
summary.txt