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

[java] type casting and numeric improvements #13909

Merged
merged 8 commits into from
May 6, 2024

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    b203636 View commit details
    Browse the repository at this point in the history
  2. remove casting from double to int

    division operation with integer ergument is equal to cast to int Math.floor()
    iampopovich committed May 6, 2024
    Configuration menu
    Copy the full SHA
    02211f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d05e0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    265b53d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d25644 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    036fad1 View commit details
    Browse the repository at this point in the history
  7. applying code formatting

    iampopovich committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0357d1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96f3229 View commit details
    Browse the repository at this point in the history