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

Method exp

Processing/game2dai/maths/FastMath.java:706–708  ·  view source on GitHub ↗

Exponential function. Computes exp(x), function result is nearly rounded. It will be correctly rounded to the theoretical value for 99.9% of input values, otherwise it will have a 1 UPL error. Method: Lookup intVal = exp(int(x)) Lookup fracVal = exp(int(x-int(x) / 1024.0) 1024.0 ); Comp

(double x)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

coshMethod · 0.95
sinhMethod · 0.95
tanhMethod · 0.95
expm1Method · 0.95
powMethod · 0.95
KFunction · 0.80
QFunction · 0.80
ntFunction · 0.80
eFunction · 0.80
d3.v3.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected