mirror of
https://github.com/corda/corda.git
synced 2025-05-10 20:43:05 +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()