yunruse / Noether

Just another units package
MIT License
9 stars 0 forks source link

Inverse units should not start with `1 /` #61

Closed yunruse closed 11 months ago

yunruse commented 11 months ago

General info

in-development (1.0.1)

Steps

>>> N_a
6.022141e23 1 / mol  # 1 / substance

Expected behaviour

A number followed by another one is rather unwieldy. The following would be preferred:

>>> N_a
6.022141e23 mol**-1  # 1 / substance