Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
function
sin(form) {
13
form.display.value = Math.sin(form.display.value);
14
}
15
16
function
tan(form) {
17
form.display.value = Math.tan(form.display.value);
Callers
2
rubiks_cube.js
File · 0.85
jquery.bundle.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected