Registry / utility / jafama

jafama

JSON →
library2.3.2javamavenunverified

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>
INSTALL
IMPORT
SIG · JAFAMA
J
jafama
utilityjavav2.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FastMath
net.jafama.FastMath

Computes sine using FastMath for faster but slightly less accurate results.

import net.jafama.FastMath; public class Example { public static void main(String[] args) { double result = FastMath.sin(1.0); System.out.println(result); } }
Debug
Known issues
gotchaFastMath methods are not strictly IEEE 754 compliant; accuracy is ~1e-15 relative error.
fix
Use StrictMath if exact IEEE 754 compliance is required.
affects: *
Upgrade
Version history
2.3.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jafama — mvn dependency:get jafama · libregistry