|
Gemmi C++ API
|
Utilities for parsing CIF numbers (the CIF spec calls them 'numb'). More...
#include <cmath>#include <string>#include "third_party/fast_float.h"Go to the source code of this file.
Namespaces | |
| namespace | gemmi |
| namespace | gemmi::cif |
Functions | |
| double | gemmi::cif::as_number (const std::string &s, double nan=NAN) |
| bool | gemmi::cif::is_numb (const std::string &s) |
| float | gemmi::cif::as_any (const std::string &s, float null) |
| double | gemmi::cif::as_any (const std::string &s, double null) |
Utilities for parsing CIF numbers (the CIF spec calls them 'numb').
Definition in file numb.hpp.