bieli / IoText-data-protocol

Internet of Things data protocol - simplistic text and CSV-friendly IoT data protocol. Options: Schema-less, schema+versioning, building deltas for data values. Easy to re-use.
Apache License 2.0
0 stars 2 forks source link

IEEE 754 double-precision binary floating-point format: binary64 #8

Open bieli opened 1 year ago

bieli commented 1 year ago

It will be good to support metrics values with IEEE 754 double-precision binary floating-point format: binary64 - src

We have Decimals as values with metric type 'd'. The proposal for this new type is the letter f.

Reasons: standard in many industries with automation and interoperability between operating systems and programming languages.