MCPcopy Create free account
hub / github.com/arguiot/TheoremJS / abs

Method abs

__test__/theorem.js:1090–1092  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

1088 return this.convert(...arguments)
1089 }
1090 abs(n) {
1091 return new BigNumber(n).abs()
1092 }
1093 c(name, n = 15) {
1094 const numbers = {
1095 "alphaParticleMass": "6.64465675e-27",

Callers 15

range.jsFile · 0.45
closestFunction · 0.45
findRoots.jsFile · 0.45
toString.jsFile · 0.45
logHypotFunction · 0.45
leastFactor.jsFile · 0.45
isPrime.jsFile · 0.45
abs.jsFile · 0.45
sqrt.jsFile · 0.45
sqrtMethod · 0.45
findRootsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected