natu icon indicating copy to clipboard operation
natu copied to clipboard

Define the order of units within a complex unit

Open nagimov opened this issue 8 years ago • 0 comments

from natu import config; config.simplification_level = 0
from natu.units import J, kg, K

s = 10.0 * J/(kg*K)
s.display_unit = 'J/(kg*K)'
print(s)

gives 10 J/(K*kg). Any chance to display 10 J/(kg*K)?

nagimov avatar Nov 27 '16 06:11 nagimov