src/pylib/numTypes/floats/parsefloat

Search:
Group by:
Source   Edit  

Procs

func parsePyFloat(a: openArray[char]; res: var BiggestFloat): int {....raises: [],
    tags: [], forbids: [].}
Almost the same as parseFloat in std/parseutils but respects the sign of NaNs
Hint: this does not strip whitespaces, just like parseFloat
Source   Edit