Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishal-raj-1/Awesome-JavaScript-Projects
/ sqrt
Function
sqrt
assets/js/Sci_Cal.js:20–22 ·
view source on GitHub ↗
(form)
Source
from the content-addressed store, hash-verified
18
}
19
20
function
sqrt(form) {
21
form.display.value = Math.sqrt(form.display.value);
22
}
23
24
function
ln(form) {
25
form.display.value = Math.log(form.display.value);
Callers
2
setup
Function · 0.70
jquery.bundle.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected