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

Method eq

__test__/theorem.js:1923–1928  ·  view source on GitHub ↗
(complex)

Source from the content-addressed store, hash-verified

1921 return this.eq(...arguments)
1922 }
1923 eq(complex) {
1924 if (!complex.isComplex) {
1925 throw "[TheoremJS]: Complex operation require complex numbers"
1926 }
1927 return this.a.eq(complex.a) && this.b.eq(complex.b)
1928 }
1929 exp() {
1930 const a = this.a
1931 const b = this.b

Callers 11

equalMethod · 0.95
log.jsFile · 0.80
equal.jsFile · 0.80
arctanFunction · 0.80
isPrime.jsFile · 0.80
factorial.jsFile · 0.80
factorialMethod · 0.80
isPrimeMethod · 0.80
arctanMethod · 0.80
logMethod · 0.80
test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected