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

Method multipliedBy

__test__/theorem.js:2102–2104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2100 return this
2101 }
2102 multipliedBy() {
2103 return this.times(...arguments)
2104 }
2105 times(complex) {
2106 if (!complex.isComplex) {
2107 throw "[TheoremJS]: Complex operation require complex numbers"

Callers

nothing calls this directly

Calls 1

timesMethod · 0.95

Tested by

no test coverage detected