Skip to content

Commit

Permalink
Remove FORMAT_CONV_MAX_PRECISION
Browse files Browse the repository at this point in the history
This used to be necessary in the past because the NUM_BUF_SIZE
was set to 512, which is shorter than DOUBLE_MAX_LENGTH. Now the
value is either DOUBLE_MAX_LENGTH or larger (2048).
  • Loading branch information
nikic committed Aug 2, 2021
1 parent d28f6e6 commit e14fbc8
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 593 deletions.
Loading

0 comments on commit e14fbc8

Please sign in to comment.