sqrt123
v0.0.2
Published
This is a sqrt
Downloads
6
Readme
This is a example created by a student. #Install
npm install sqrt123#Example File : sqrt.js
var s = require('./sqrt')
var a = s(25)
console.log("sqrt=",s(25))#Result
C:\Users\user\desktop\10\mymocha> node sqrt_test
5.0004
sqrt= 5.0004