On Sat, 4 Oct 2025 07:04:03 GMT, Eirik Bjørsnøs <[email protected]> wrote:

> ```
> // IEEEremainder / remainder operator remainder
> ```
> Would one remainder suffice for this remainder reminder?

`IEEEremainder` differs from the Java language remainder operator, due to the 
difference in rounding policy.

--------------------------------------------------------------------------------

Refs:
- https://docs.oracle.com/javase/specs/jvms/se25/html/jvms-6.html#jvms-6.5.drem
- 
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Math.html#IEEEremainder(double,double)

-------------

PR Comment: https://git.openjdk.org/jdk/pull/27625#issuecomment-3368730414

Reply via email to