MCPcopy Index your code
hub / github.com/gpujs/gpu.js / setPrecision

Method setPrecision

src/backend/kernel.js:569–572  ·  view source on GitHub ↗

* Set precision to 'unsigned' or 'single' * @param {String} flag 'unsigned' or 'single' * @return {this}

(flag)

Source from the content-addressed store, hash-verified

567 * @return {this}
568 */
569 setPrecision(flag) {
570 this.precision = flag;
571 return this;
572 }
573
574 /**
575 * @param flag

Calls

no outgoing calls

Tested by

no test coverage detected