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