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

Method clone

__test__/theorem.js:1882–1884  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1880 return new BigNumber(this.t.atan2(this.b, this.a))
1881 }
1882 clone() {
1883 return Object.assign( Object.create( Object.getPrototypeOf(this)), this)
1884 }
1885 conjugate() {
1886 this.b = this.b.negated()
1887 return this

Callers 15

convertToBase.jsFile · 0.80
rand.jsFile · 0.80
toFraction.jsFile · 0.80
e.jsFile · 0.80
pi.jsFile · 0.80
goldenRatio.jsFile · 0.80
c.jsFile · 0.80
toFractionMethod · 0.80
cMethod · 0.80
eMethod · 0.80
goldenRatioMethod · 0.80
piMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected