Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Macros | |
#define | isfinite std::isfinite |
#define | numberOfStaticDoubles ( 100 * 1000 ) |
Functions | |
nfu_status | nfu_stringToListOfDoubles (char const *str, int64_t *numberConverted, double **doublePtr, char **endCharacter) |
char * | nf_floatToShortestString (double value, int significantDigits, int favorEFormBy, int flags) |
#define isfinite std::isfinite |
Definition at line 15 of file nf_stringToDoubles.cc.
#define numberOfStaticDoubles ( 100 * 1000 ) |
Definition at line 23 of file nf_stringToDoubles.cc.
char * nf_floatToShortestString | ( | double | value, |
int | significantDigits, | ||
int | favorEFormBy, | ||
int | flags | ||
) |
Definition at line 66 of file nf_stringToDoubles.cc.
nfu_status nfu_stringToListOfDoubles | ( | char const * | str, |
int64_t * | numberConverted, | ||
double ** | doublePtr, | ||
char ** | endCharacter | ||
) |
Definition at line 29 of file nf_stringToDoubles.cc.
Referenced by ptwX_fromString(), and ptwXY_fromString().