20 #ifndef THETA_CONSTANTS_HPP_
21 #define THETA_CONSTANTS_HPP_
24 #include "common_defs.hpp"
29 namespace theta_constants {
31 using resize_factor = datasketches::resize_factor;
const resize_factor DEFAULT_RESIZE_FACTOR
default resize factor
Definition: theta_constants.hpp:33
const uint8_t DEFAULT_LG_K
default log2 of K
Definition: theta_constants.hpp:42
const uint8_t MIN_LG_K
min log2 of K
Definition: theta_constants.hpp:38
const uint8_t MAX_LG_K
max log2 of K
Definition: theta_constants.hpp:40
const uint64_t MAX_THETA
max theta - signed max for compatibility with Java
Definition: theta_constants.hpp:36
DataSketches namespace.
Definition: binomial_bounds.hpp:38