MCPcopy Create free account
hub / github.com/arguiot/TheoremJS / root.js

File root.js

src/includes/functions/math/math/root.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1root(n, base) {
2 if (typeof n != 'object' || BigNumber.isBigNumber(n)) {
3 n = [n]
4 }

Callers

nothing calls this directly

Calls 2

divMethod · 0.80
powMethod · 0.45

Tested by

no test coverage detected