US customary volume measurements More...
Variables | |
| const double | gallon = 231*math::pow(inch, 3) |
| US gallon | |
| const double | pottle = gallon/2 |
| yes, this is a thing | |
| const double | quart = pottle/2 |
| qt | |
| const double | pint = quart/2 |
| pt | |
| const double | cup = pint/2 |
| c | |
| const double | fluid_ounce = cup/8 |
| fl oz | |
| const double | gallon_dry = 4.40488377086e-3 |
| US dry gallon | |
US customary volume measurements
These differ significantly from the imperial 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::us_customary::fluid_ounce = cup/8 |