Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arguiot/TheoremJS
/ minus.js
File
minus.js
src/includes/functions/math/complex/src/minus.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
minus(complex) {
2
if
(!complex.isComplex) {
3
throw
"[TheoremJS]: Complex operation require complex numbers"
4
}
Callers
nothing calls this directly
Calls
1
minus
Method · 0.80
Tested by
no test coverage detected