UNPKG

@technicalplayerz/sqrt

Version:

Square roots inputed values (It's my first contribution lol)

3 lines 65 B
module.exports = function sqrt(x) { return Math.sqrt(x); };