Skip to content

Commit

Permalink
Partial merge of _etoa and _ftoa: We now have a single `sprint_fl…
Browse files Browse the repository at this point in the history
…oating_point()` function, which performs the common work and allocates the temporary buffer necessary storing the reversed digits. It then calls one of two functions - but these are not quote like `ftoa()` and `etoa()` in that they can make stronger assumptions about their input and can skip some of the work.

Also, some renaming.
  • Loading branch information
eyalroz committed Aug 5, 2021
1 parent c386d0e commit 8946e0a
Showing 1 changed file with 266 additions and 269 deletions.
Loading

0 comments on commit 8946e0a

Please sign in to comment.