On Wed, 19 Nov 2025 01:38:40 GMT, Dean Long <[email protected]> wrote:

> If it was explained somewhere why Math.log is 10% slower than StrictMath.log, 
> I missed it. I would naively assume that Math.log can use the StrictMath.log 
> implementation and get the same performance.

Yes, the methods in StrictMath are a legal implementation of the corresponding 
methods in Math.

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

PR Comment: https://git.openjdk.org/jdk/pull/28306#issuecomment-3550343344

Reply via email to