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 9+ add additional Math functions #2473

Open
ekrich opened this issue Dec 22, 2021 · 0 comments
Open

Java 9+ add additional Math functions #2473

ekrich opened this issue Dec 22, 2021 · 0 comments

Comments

@ekrich
Copy link
Member

@ekrich ekrich commented Dec 22, 2021

The most important ones are the (long x, int y) ones as they conflict with the existing (long x, long y) ones.

public static long multiplyExact​(long x, int y)
public static long multiplyFull​(int x, int y)
public static long multiplyHigh​(long x, long y)
public static long floorDiv​(long x, int y)
public static int floorMod​(long x, int y)
public static double fma​(double a, double b, double c)
public static float fma​(float a, float b, float c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants