MCPcopy Create free account
hub / github.com/apache/fory / toFloat32

Function toFloat32

benchmarks/javascript/benchmark.js:744–746  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

742}
743
744function toFloat32(value) {
745 return new Float32Array([value])[0];
746}
747
748function normalizeForyValue(datasetKey, value) {
749 switch (datasetKey) {

Callers 2

normalizeForyValueFunction · 0.85
normalizeProtobufValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected