MCPcopy Create free account
hub / github.com/dabing1022/Blog / slowexp

Method slowexp

Processing/game2dai/maths/FastMath.java:996–1023  ·  view source on GitHub ↗

For x between 0 and 1, returns exp(x), uses extended precision @param x argument of exponential @param result placeholder where to place exp(x) split in two terms for extra precision (i.e. exp(x) = result[0] result[1] @return exp(x)

(final double x, final double result[])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

FastMathClass · 0.95

Calls 4

splitMethod · 0.95
splitMultMethod · 0.95
splitReciprocalMethod · 0.95
splitAddMethod · 0.95

Tested by

no test coverage detected