ericman314 / UnitMath

JavaScript library for unit conversion and arithmetic
Apache License 2.0
30 stars 7 forks source link

Proposition: Units should be printed in explicit form #19

Open slavaGanzin opened 5 years ago

slavaGanzin commented 5 years ago

Hello

For explicitness and to prevent ugly errors of units misuse I propose to use long unit names in output:

now:

> 1b
1 b
> 1 m
1 m

after:

> 1 b
1 bit
> 1 m
1 meter