JVM | Platform | Status |
---|---|---|
OpenJDK (Temurin) Current | Linux | |
OpenJDK (Temurin) LTS | Linux | |
OpenJDK (Temurin) Current | Windows | |
OpenJDK (Temurin) LTS | Windows |
Trivial Java functions to interpolate values.
- Linear interpolation.
- Cosine interpolation.
- Exponential interpolation.
- Log interpolation.
- High coverage test suite.
- OSGi-ready
- JPMS-ready
- ISC license.
final double r = InterpolationD.interpolateLinear(0.0, 10.0, 0.5)
assert r == 5.0