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

File toString.js

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

Source from the content-addressed store, hash-verified

1toString() {
2 return `${this.a.toString()} ${this.b.lt(0) ? "-" : "+"} ${this.b.abs().toString()}i`
3}

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.80
absMethod · 0.45

Tested by

no test coverage detected