-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Some units are in metric while others are in US units. For example:
math.unit(1,"cup").toNumber("tablespoon")
15.772546666666665
From here, a US legal cup is 240 mL, while a US customary cup is 236.5882365 mL.
From here, a metric tablespoon is 15 mL, while a US tablespoon is approximately 14.8 mL.
From my example, it seems like it uses a US customary cup and a metric tablespoon.
Please include the option for US units.