Comment on Concise Encoding: A secure data format for a modern worldparentComments−unwind4yJust to clarify a bit what "C has them" means; the standard library string-to-float parsing function strtof() [1] support this format.You can also use them as floating-point literals in your code.[1]: https://linux.die.net/man/3/strtof
Comments
Just to clarify a bit what "C has them" means; the standard library string-to-float parsing function strtof() [1] support this format.
You can also use them as floating-point literals in your code.
[1]: https://linux.die.net/man/3/strtof