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

Add Endian conversion BOOL to swap words internally for IEEE 754 Floats #5

Open
CTimmermans1 opened this issue Oct 3, 2024 · 1 comment

Comments

@CTimmermans1
Copy link

For example, a 64 bit value of 110.1234 outputs from an external source
E4 14 1D C9 E5 87 5B 40

By adding a BOOL to allow for internal inversion, the input would be interpreted as
40 5B 87 E5 C9 1D 14 E4
Now correctly displaying 110.1234 as the output

@Skalman
Copy link
Owner

Skalman commented Oct 4, 2024

That sounds like a good addition. PRs will be accepted.

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

2 participants