connorferster / forallpeople

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

Precision #87

Closed gvodss closed 1 year ago

gvodss commented 1 year ago

Hi!

I read the documentation and I noticed there is a precision component for the Physical class.

".precision: an int that describes the number of decimal places to display when the Physical instance is rendered through .repr(), default value is 3."

¿How can I change the default value from 3 to 2 ?

Thank you in advance