fpParse

Parse a floating-point number using the C standard library. Note: might produce slightly different results than e.g. to!double.

F
fpParse
(
F
C
)
(
const(C)[] s
)
if (
isFloatingPoint!F &&
isSomeChar!C
)

Meta