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
The most important ones are the (long x, int y) ones as they conflict with the existing (long x, long y) ones.
(long x, int y)
(long x, long y)
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The most important ones are the
(long x, int y)
ones as they conflict with the existing(long x, long y)
ones.The text was updated successfully, but these errors were encountered: