A StrictFastMath class providing fast approximations of mathematical functions with 1e-15ish accuracy.
<dependency>
<groupId>net.jafama</groupId>
<artifactId>jafama</artifactId>
<version>2.3.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes sine using FastMath for faster but slightly less accurate results.
Use StrictMath if exact IEEE 754 compliance is required.
No dependency data recorded yet.