|
Gemmi C++ API
|
Functions that convert strings to floating-point numbers ignoring locale. Simple wrappers around fastfloat::from_chars(). More...
Go to the source code of this file.
Namespaces | |
| namespace | gemmi |
Functions | |
| from_chars_result | gemmi::fast_from_chars (const char *start, const char *end, double &d) |
| from_chars_result | gemmi::fast_from_chars (const char *start, double &d) |
| double | gemmi::fast_atof (const char *p, const char **endptr=nullptr) |
Functions that convert strings to floating-point numbers ignoring locale. Simple wrappers around fastfloat::from_chars().
Definition in file atof.hpp.