diff options
| author | kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> | 2024-03-20 08:48:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-20 08:48:13 -0700 |
| commit | 6cefb85bc32208fec1524a7d1cf3c20d8ce21c15 (patch) | |
| tree | a7d7c64d75f586b1f52b5149a7f47c55af15273a /docs/user-guide | |
| parent | f3b1161cb7b7d92d20eb947563a30c155c4c71a7 (diff) | |
Change representation of float literal in language translation (#3798)
* Change representation of float literal in language translation
Fix the issue (#3490).
Previous implementation could zero out the very small float literal.
We now use scientific notation instead to represent the float numbers
whose exponential part are larger than a threshold. In other cases, keep
using fixed notation.
---------
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'docs/user-guide')
0 files changed, 0 insertions, 0 deletions
