1 #ifndef SIMDJSON_INTERNAL_NUMBERPARSING_TABLES_H
2 #define SIMDJSON_INTERNAL_NUMBERPARSING_TABLES_H
4 #include "simdjson/base.h"
21 constexpr
int smallest_power = -342;
22 constexpr
int largest_power = 308;
37 extern SIMDJSON_DLLIMPORTEXPORT
const double power_of_ten[];
55 extern SIMDJSON_DLLIMPORTEXPORT
const uint64_t power_of_five_128[];
The top level simdjson namespace, containing everything the library provides.