Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
toString() {
2
return
`${this.a.toString()} ${this.b.lt(0) ?
"-"
:
"+"
} ${this.b.abs().toString()}i`
3
}
Callers
nothing calls this directly
Calls
2
toString
Method · 0.80
abs
Method · 0.45
Tested by
no test coverage detected