Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
Go to the source code of this file.
Namespaces | |
namespace | Heed |
Macros | |
#define | max_vfloat DBL_MAX |
Typedefs | |
typedef double | vfloat |
Functions | |
vfloat | abslt (vfloat f) |
int | apeq (vfloat f1, vfloat f2, vfloat prec=vprecision) |
int | not_apeq (vfloat f1, vfloat f2, vfloat prec=vprecision) |
int | Heed::apeq (vfloat f1, vfloat f2, vfloat prec=vprecision) |
int | Heed::not_apeq (vfloat f1, vfloat f2, vfloat prec=vprecision) |
Variables | |
const vfloat | max_safe_vfloat = 0.5 * sqrt(DBL_MAX) |
const vfloat | vprecision = 1.0E-12 |
Definition at line 19 of file vfloat.h.
Referenced by apeq(), Heed::apeq(), Heed::box::box(), Heed::box::check_point_inside(), Heed::plane::distance(), not_apeq(), Heed::not_apeq(), and Heed::box::range_ext().
|
inline |
|
inline |
Definition at line 27 of file vfloat.h.
Referenced by basis::basis().
const vfloat vprecision = 1.0E-12 |
Definition at line 17 of file vfloat.h.
Referenced by basis::basis(), Heed::splane::check_point_inside(), and Heed::box::init_prec().