mirror of
https://github.com/corda/corda.git
synced 2025-04-16 07:27:17 +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()