Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arguiot/TheoremJS
/ dividedBy
Method
dividedBy
__test__/theorem.js:1894–1896 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1892
this.t = theoremjs
1893
}
1894
dividedBy() {
1895
return
this.times(...arguments)
1896
}
1897
div(complex) {
1898
if
(!complex.isComplex) {
1899
throw
"[TheoremJS]: Complex operation require complex numbers"
Callers
nothing calls this directly
Calls
1
times
Method · 0.95
Tested by
no test coverage detected