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

File ln.js

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

Source from the content-addressed store, hash-verified

1ln(x, n = 15) {
2 if (x.isComplex) {
3 return x.ln()
4 }

Callers

nothing calls this directly

Calls 7

ceilMethod · 0.80
timesMethod · 0.80
divMethod · 0.80
plusMethod · 0.80
minusMethod · 0.80
lnMethod · 0.45
powMethod · 0.45

Tested by

no test coverage detected