Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Десятичные дроби с 4+ нулей и расстановка тонких пробелов между триадами #67

Open
aka-wintermute opened this issue May 19, 2020 · 0 comments

Comments

@aka-wintermute
Copy link

При установке 'Etc.split_number_to_triads' => 'on' дробная часть десятичных дробей с числом нулей после запятой четыре или более искажается.

  • 0.05% -> 0.05%
  • 0.005% -> 0.005%
  • 0.0005% -> 0.0005%

но

  • 0.00005% -> 0.5%
  • 0.000005% -> 0.5%
  • 0.0000005% -> 0.5%

Другие наборы цифр, даже повторяющиеся, такого эффекта не производят:

  • 0.14385% -> 0.14 385%
  • 0.44445% -> 0.44 445%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant