MCPcopy 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
49function sinTest() {
50 assertEquals(0, Math.sin(0));
51 assertEquals(1, Math.sin(Math.PI / 2));
52}
53
54function cosTest() {
55 assertEquals(1, Math.cos(0));

Callers 1

sin-cos.jsFile · 0.85

Calls 1

assertEqualsFunction · 0.50

Tested by

no test coverage detected