MCPcopy Create free account
hub / github.com/nodejs/node / exp

Function exp

deps/v8/test/mjsunit/math-exp-precision.js:31–33  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

29// reasonable precision.
30
31function exp(x) {
32 return Math.exp(x);
33}
34
35var first_call_result = exp(Math.PI);
36var second_call_result = exp(Math.PI);

Callers 4

jspi.jsFile · 0.85
indirect-tables.jsFile · 0.85
exp_f64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected