create measure value creates a t from value units of the given measure.
create measure value
t
value
to_string_hum ?measure t returns a string representation of t. If measure is not given then the largest measure (excluding `Words) is used that causes the translated value to exceed 1.
to_string_hum ?measure t
measure
`Words
scale t mul scale the measure t by mul
scale t mul
mul
( / ) t mul scales t by 1/mul
( / ) t mul
1/mul
( // ) t1 t2 returns the ratio of t1 to t2
( // ) t1 t2