MCPcopy 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

1minus(complex) {
2 if (!complex.isComplex) {
3 throw "[TheoremJS]: Complex operation require complex numbers"
4 }

Callers

nothing calls this directly

Calls 1

minusMethod · 0.80

Tested by

no test coverage detected