#include <chemistry.h>
Public Attributes | |
| double | value |
| int | prec |
| int | delta |
Definition at line 100 of file chemistry.h.
| int GcuValue::delta |
The standard error (* 10^prec).
Definition at line 107 of file chemistry.h.
| int GcuValue::prec |
The precision (number of significative decimal figures).
Definition at line 105 of file chemistry.h.
| double GcuValue::value |
The value.
Definition at line 103 of file chemistry.h.
1.4.7