mirror of
https://github.com/corda/corda.git
synced 2025-03-30 23:56:16 +00:00
Floats and doubles can now be read from strings, using the C standard library functions for this purpose (strtof and strtod). The code also relies on standard library functions to implement isNaN() and isInfinite()