-
Notifications
You must be signed in to change notification settings - Fork 14
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
function hex return error result #22
Comments
Hi @gagmeng! Looks like a bug in the output formatting. The formatter function is processing the answer (0x1e240) as if it is exponential notation (due to the "e" in it) and trying to format the value before the 'e' as a number but of course it is |
Just released v4.0.7 (5e30d6d) with the fix. Thank you! |
Nice job. Thanks for your quick fix. |
Hex(123456) return NaNe240", the expected return is 0x1e240.
Thanks!
The text was updated successfully, but these errors were encountered: