MCPcopy Create free account
hub / github.com/microsoft/SandDance / fp64LowPart

Function fp64LowPart

docs/app/js/sanddance-app.js:68910–68912  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

68908 return out;
68909}
68910function fp64LowPart(a) {
68911 return a - Math.fround(a);
68912}
68913function fp64ifyMatrix4(matrix) {
68914 var matrixFP64 = new Float32Array(32);
68915 for(var i = 0; i < 4; ++i)for(var j = 0; j < 4; ++j){

Callers 1

toDoublePrecisionArrayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected