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

Incorrect exponentiation result #38

Open
ya7on opened this issue Jan 7, 2025 · 0 comments
Open

Incorrect exponentiation result #38

ya7on opened this issue Jan 7, 2025 · 0 comments
Labels
invalid This doesn't seem right

Comments

@ya7on
Copy link
Member

ya7on commented Jan 7, 2025

In src/components/Fields/UintField.vue file there is incorrect calculation of max Int value, but code is ok.

there is 2^64-1 equals 18446744073709552000, but have to be 18446744073709551615

max: 2 ** this.format - 1

Снимок экрана 2025-01-07 в 21 24 55
@ya7on ya7on added the invalid This doesn't seem right label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant