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

Negative power issue #419

Open
lonadels opened this issue Dec 24, 2020 · 0 comments
Open

Negative power issue #419

lonadels opened this issue Dec 24, 2020 · 0 comments

Comments

@lonadels
Copy link

lonadels commented Dec 24, 2020

Результатом возведения в отрицательную степень является некорректный математический рассчет.

var_dump( 2 * 10 ** -6 );

Должен возвращать 2.0E-06, но возвращает 0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant