Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.80
md5.js
File · 0.80
WordToHex
Function · 0.80
str2bin.js
File · 0.80
convertToBase.js
File · 0.80
graph.js
File · 0.80
toString.js
File · 0.80
drawCircularPoints.js
File · 0.80
drawCircularPoints
Method · 0.80
graph
Method · 0.80
convertToBase
Method · 0.80
md5
Method · 0.80
Calls
1
abs
Method · 0.45
Tested by
no test coverage detected