connorferster / forallpeople

Python SI units library: your 'daily driver' for calculations.
Apache License 2.0
272 stars 38 forks source link

Inconsistent results when unit is to a power #63

Open tn3wman opened 1 year ago

tn3wman commented 1 year ago

I'm doing some calculations that might result in inch3 or inch4. The unit inch3 gets converted to mm3, while inch4 remains correct. In other units such at ft, the issue occurs at different powers, such as to the 5th.

Specific calculations: image

Quick Test: image