Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
744
function
toFloat32(value) {
745
return
new
Float32Array([value])[0];
746
}
747
748
function
normalizeForyValue(datasetKey, value) {
749
switch (datasetKey) {
Callers
2
normalizeForyValue
Function · 0.85
normalizeProtobufValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected