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

Method expint

Processing/game2dai/maths/FastMath.java:1193–1231  ·  view source on GitHub ↗

Compute exp(p) for a integer p in extended precision. @param p integer whose exponential is requested @param result placeholder where to put the result in extended precision @return exp(p) in standard precision (equal to result[0] + result[1])

(int p, 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 3

splitMethod · 0.95
quadMultMethod · 0.95
resplitMethod · 0.95

Tested by

no test coverage detected