Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 270 Bytes

File metadata and controls

22 lines (18 loc) · 270 Bytes

Module: Customary Weight/Mass

Functions to convert between customary weight/mass

Tons to Pounds

t_to_lb(t);

Pounds to Tons

lb_to_t(lb);

Pounds to Ounces

lb_to_oz(lb);

Ounces to Pounds

oz_to_lb(oz);