Imperial volume measurements More...
Variables | |
| const double | gallon = 4.54609e-3 |
| Imperial gallon | |
| const double | quart = gallon/4 |
| qt | |
| const double | pint = quart/2 |
| pt | |
| const double | fluid_ounce = pint/20 |
| fl oz | |
These differ significantly from the us_customary units of the same name. Ideally, avoid all such volume units. If you need to use them, be sure to choose the right one.
| const double hexed::constants::imperial::fluid_ounce = pint/20 |
fl oz
Note that this definition is completely different from us_customary::fluid_ounce