|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Macros | |
| #define | numberOfStaticDoubles ( 100 * 1000 ) |
| #define | valid_digit(c) |
Functions | |
| double * | nfu_stringToListOfDoubles (statusMessageReporting *smr, char const *str, char sep, int64_t *numberConverted, char **endCharacter, int useSystem_strtod) |
| double | nf_strtod (char const *str, char **endCharacter) |
| char * | nf_floatToShortestString (double value, int significantDigits, int favorEFormBy, int flags) |
| #define numberOfStaticDoubles ( 100 * 1000 ) |
Definition at line 19 of file nf_stringToDoubles.c.
| #define valid_digit | ( | c | ) |
Definition at line 111 of file nf_stringToDoubles.c.
Referenced by nf_strtod().
| char * nf_floatToShortestString | ( | double | value, |
| int | significantDigits, | ||
| int | favorEFormBy, | ||
| int | flags ) |
Definition at line 176 of file nf_stringToDoubles.c.
Referenced by LUPI::Misc::doubleToShortestString().
| double nf_strtod | ( | char const * | str, |
| char ** | endCharacter ) |
Definition at line 115 of file nf_stringToDoubles.c.
| double * nfu_stringToListOfDoubles | ( | statusMessageReporting * | smr, |
| char const * | str, | ||
| char | sep, | ||
| int64_t * | numberConverted, | ||
| char ** | endCharacter, | ||
| int | useSystem_strtod ) |
Definition at line 26 of file nf_stringToDoubles.c.
Referenced by MCGIDI::convertACE_URR_probabilityTablesFromGIDI(), ptwX_fromString(), and ptwXY_fromString().