Closed steph1111 closed 1 year ago
that = sig_float("0.00007") that.sig_figs() 5
- 7) 0.00033 -> 5
I thought this was fixed but guess not...
+ 7) 0.00033 -> 2
test = sig_float("0.0004") test.sig_figs() 1 test.precision() 4 test.string '0.0004'
0.0007 outputs as having 5 sig figs, it probably should have 1. I think????