Every line of 'javascript math square' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
26 function square(x) { 27 return x*x; 28 }
371 function sqrt(x) { 372 return Math.sqrt(_js_helper.checkNum(x)); 373 }