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

Method toString

__test__/theorem.js:2119–2121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2117 return this
2118 }
2119 toString() {
2120 return `${this.a.toString()} ${this.b.lt(0) ? "-" : "+"} ${this.b.abs().toString()}i`
2121 }
2122 }
2123 return new complex(a, b, this)
2124 }

Callers 15

sha256.jsFile · 0.80
md5.jsFile · 0.80
WordToHexFunction · 0.80
str2bin.jsFile · 0.80
convertToBase.jsFile · 0.80
graph.jsFile · 0.80
toString.jsFile · 0.80
drawCircularPointsMethod · 0.80
graphMethod · 0.80
convertToBaseMethod · 0.80
md5Method · 0.80

Calls 1

absMethod · 0.45

Tested by

no test coverage detected