Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ cosTest
Function
cosTest
deps/v8/test/mjsunit/sin-cos.js:54–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
function
cosTest() {
55
assertEquals(1, Math.cos(0));
56
assertEquals(-1, Math.cos(Math.PI));
57
}
58
59
sinTest();
60
cosTest();
Callers
1
sin-cos.js
File · 0.85
Calls
1
assertEquals
Function · 0.50
Tested by
no test coverage detected