MCPcopy Create free account
hub / github.com/arguiot/TheoremJS / equal

Method equal

__test__/theorem.js:1920–1922  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1918 return this
1919 }
1920 equal() {
1921 return this.eq(...arguments)
1922 }
1923 eq(complex) {
1924 if (!complex.isComplex) {
1925 throw "[TheoremJS]: Complex operation require complex numbers"

Callers

nothing calls this directly

Calls 1

eqMethod · 0.95

Tested by

no test coverage detected