Gemmi C++ API
Loading...
Searching...
No Matches
Namespaces | Functions
atof.hpp File Reference

Functions that convert strings to floating-point numbers ignoring locale. Simple wrappers around fastfloat::from_chars(). More...

#include "atox.hpp"
#include "third_party/fast_float.h"

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)
 

Detailed Description

Functions that convert strings to floating-point numbers ignoring locale. Simple wrappers around fastfloat::from_chars().

Definition in file atof.hpp.