UNPKG
math-sqrt
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.0
Computes the principal square root.
github.com/math-io/sqrt
math-io/sqrt
math-sqrt
/
lib
/
index.js
6 lines
(3 loc)
•
58 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
// EXPORTS //
module
.
exports
=
Math
.
sqrt
;