MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / sin

Function sin

assets/js/Sci_Cal.js:12–14  ·  view source on GitHub ↗
(form)

Source from the content-addressed store, hash-verified

10}
11
12function sin(form) {
13 form.display.value = Math.sin(form.display.value);
14}
15
16function tan(form) {
17 form.display.value = Math.tan(form.display.value);

Callers 2

rubiks_cube.jsFile · 0.85
jquery.bundle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected