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

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
 

Detailed Description

Imperial volume measurements

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.

Variable Documentation

◆ fluid_ounce

const double hexed::constants::imperial::fluid_ounce = pint/20

fl oz

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