← Back to context Comment by ufo 1 year ago I'd be surprised. It's surprisingly difficult to setialize NaN values. Can't do it on JSON, for example. 1 comment ufo Reply yencabulator 1 year ago Lots of formats just put the IEEE-754 bytes on the wire, as-is. For example, Protocol Buffers: https://protobuf.dev/programming-guides/encoding/
yencabulator 1 year ago Lots of formats just put the IEEE-754 bytes on the wire, as-is. For example, Protocol Buffers: https://protobuf.dev/programming-guides/encoding/
Lots of formats just put the IEEE-754 bytes on the wire, as-is. For example, Protocol Buffers: https://protobuf.dev/programming-guides/encoding/