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

File sqrt.js

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

complexMethod · 0.80
sqrtMethod · 0.80
absMethod · 0.45

Tested by

no test coverage detected