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

Eliminate f32-to-f64 casting in arbitrary_precision mode #1005

Merged
merged 3 commits into from Mar 27, 2023

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    b0990a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f3443 View commit details
    Browse the repository at this point in the history
  3. Fix PartialEq between Value and f32

    Caught by test_partialeq_number:
    
        thread 'test_partialeq_number' panicked at 'assertion failed: `(left == right)`
          left: `-3.4028235e38`,
         right: `Number(-3.4028235e38)`', tests/test.rs:2033:5
    dtolnay committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c9bff92 View commit details
    Browse the repository at this point in the history