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

BUG: Changed usage of floating point MinValue constants to Epsilon to match Java #486

Merged
merged 1 commit into from
May 8, 2021

Conversation

NightOwl888
Copy link
Contributor

Changed all references that were float.MinValue and double.MinValue to float.Epsilon and double.Epsilon because those are the .NET equivalent constants to Float.MIN_VALUE and Double.MIN_VALUE in Java

References:

…lue to float.Epsilon and double.Epsilon because those are the .NET equivalent constants to Float.MIN_VALUE and Double.MIN_VALUE in Java
@NightOwl888 NightOwl888 added this to the 4.8.0-beta00015 milestone May 8, 2021
@NightOwl888 NightOwl888 merged commit 07f9e29 into apache:master May 8, 2021
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.

1 participant