MCPcopy 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
20function sqrt(form) {
21 form.display.value = Math.sqrt(form.display.value);
22}
23
24function ln(form) {
25 form.display.value = Math.log(form.display.value);

Callers 2

setupFunction · 0.70
jquery.bundle.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected