about summary refs log tree commit diff stats
path: root/408print-float.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7273Kartik Agaram2020-11-251-40/+85
| | | | | | | A wishlist of passing tests. Let's see how the naive algorithm at http://www.ryanjuckett.com/programming/printing-floating-point-numbers does.
* 7272 - snapshot: printing floats in decimalKartik Agaram2020-11-251-4/+339
| | | | | | I've made some progress to where I can print whole integers right. But this whole approach of mixing decimals with binary exponents is going to be super confusing. I need to bite the bullet and just use decimal exponents.
* 7271Kartik Agaram2020-11-251-7/+5
|
* 7159 - explicitly use 'return' everywhereKartik Agaram2020-11-021-2/+2
| | | | https://github.com/akkartik/mu/issues/45#issuecomment-719990879, task 2.
* 6948 - stress-testing prints of floatsKartik Agaram2020-10-041-3/+3
| | | | Looks good.
* 6947 - change exponent separator since 'e' is hexKartik Agaram2020-10-041-3/+3
|
* 6946 - print floats somewhat intuitively in hexKartik Agaram2020-10-041-0/+171