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

redo PR fix_binary_transfer_floating point from brett, removed BigDecimal where possible #2719

Merged
merged 8 commits into from Jan 12, 2023

Conversation

davecramer
Copy link
Member

recreate PR#2710 removing BigDecimal
Original PR from @bokken

@davecramer davecramer requested review from bokken and vlsi January 9, 2023 19:41
Comment on lines 3384 to 3385
private static final BigDecimal LONG_MAX_BD = BigDecimal.valueOf(Long.MAX_VALUE);
private static final BigDecimal LONG_MIN_BD = BigDecimal.valueOf(Long.MIN_VALUE);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these used any more?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@davecramer davecramer marked this pull request as ready for review January 11, 2023 12:22
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.

None yet

3 participants