Skip to content

Conversation

@prabhuramachandran
Copy link
Contributor

The notation for floating point with exponents in C is not the same as in julia, so 1.0e-12f is correct, but 1.0f-12 is basically -11! Entirely not what is intended. The 1.0f-12 is julia syntax. This is now fixed.

The notation for floating point with exponents in C is not the same as
in julia, so 1.0e-12f is correct, but 1.0f-12 is basically -11! Entirely
not what is intended. The 1.0f-12 is julia syntax. This is now fixed.
@prabhuramachandran prabhuramachandran merged commit b918580 into master Apr 5, 2025
6 checks passed
@prabhuramachandran prabhuramachandran deleted the fix-bug branch April 5, 2025 13:03
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

Successfully merging this pull request may close these issues.

2 participants