|
Unity 1.0
Parser for unit strings
|
The parsed version of a unit string. More...
#include <unity.h>

Data Fields | |
| float | log_factor |
| The base-10 log of the numerical factor at the head of the string. | |
| struct unit_struct * | unit_sequence |
| The sequence of units which comprise the parsed units specification. | |
The parsed version of a unit string.
| float log_factor |
The base-10 log of the numerical factor at the head of the string.
For some parsers, this is restricted to round powers of ten.
1.7.4