hexed 0.4.0
 
Loading...
Searching...
No Matches
hexed::constants::us_customary Namespace Reference

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
 

Detailed Description

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.

Variable Documentation

◆ fluid_ounce

const double hexed::constants::us_customary::fluid_ounce = cup/8

fl oz

Note that this definition is completely different from imperial::fluid_ounce

fl oz