Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
function
exp(x) {
32
return
Math.exp(x);
33
}
34
35
var
first_call_result = exp(Math.PI);
36
var
second_call_result = exp(Math.PI);
Callers
4
math-exp-precision.js
File · 0.85
jspi.js
File · 0.85
indirect-tables.js
File · 0.85
exp_f64
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected