MCPcopy Index your code
hub / github.com/lutzroeder/netron / toDouble

Method toDouble

source/python.js:13341–13343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13339 return this.tag === 'Double';
13340 }
13341 toDouble() {
13342 return this.value;
13343 }
13344 isComplexDouble() {
13345 return this.tag === 'ComplexDouble' || this.tag === 'Complex';
13346 }

Callers 3

equalsMethod · 0.80
constructorMethod · 0.80
unpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected