Header file for the BRL-CAD common definitions.
double bn_dbl_epsilon(void)
float bn_flt_min_sqrt(void)
float bn_flt_epsilon(void)
double bn_nextafter_up(double val)
double bn_ulp(double val)
Calculate unit in the last place (ULP) for a given value.
double bn_nextafter_dn(double val)
float bn_ulpf(float val)
same as bn_ulp() but for single precision floating point.
float bn_nextafterf_up(float val)
float bn_nextafterf_dn(float val)
double bn_dbl_min_sqrt(void)
float bn_flt_max_sqrt(void)
double bn_dbl_max_sqrt(void)