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

Method i

__test__/theorem.js:2125–2127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2123 return new complex(a, b, this)
2124 }
2125 get i () {
2126 return this.complex(0, 1)
2127 }
2128}
2129// Browserify / Node.js
2130if (typeof define === "function" && define.amd) {

Callers

nothing calls this directly

Calls 1

complexMethod · 0.95

Tested by

no test coverage detected