UNPKG

quxapp

Version:

Qux App is a lightweight module that contains many functions for array operations, sequences, and statistics. Qux App makes writing JavaScript easier and quicker every day!

5 lines (4 loc) 72 B
function root(n, x) { return Math.pow(x, 1/n) } module.exports = root