juhasch / PhysicalQuantities

A Python module to allow calculations using physical quantities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what if a is array?

IgorFomenko opened this issue · comments

print("{:.3f}".format(a)) dosnt work and
I've set %precision 3 and np.set_printoptions(precision=3) but result is still wo rounding
precision problem