|
The Gnome Chemistry Utils
0.12.11
|
#include <chemistry.h>
Public Attributes | |
| double | value |
| int | prec |
| int | delta |
| const char * | unit |
GcuDimensionalValue
Structure used to store a dimensional value.
Definition at line 118 of file chemistry.h.
| int GcuDimensionalValue::delta |
The standard error (* 10^prec).
Definition at line 125 of file chemistry.h.
| int GcuDimensionalValue::prec |
The precision (number of significative decimal figures).
Definition at line 123 of file chemistry.h.
| const char* GcuDimensionalValue::unit |
The unit symbol.
Definition at line 127 of file chemistry.h.
| double GcuDimensionalValue::value |
1.8.1.1