Make sure capacitance
is properly turned into a float by transforming it's precision
#118
Labels
capacitance
is properly turned into a float by transforming it's precision
#118
https://stackoverflow.com/a/3644302
Sometimes capacitance comes out like 0.009999999999 when it's supposed to be 0.001, this is because of some javascript rounding issues, but we can fix it with the precision transform described in the above issue.
In order to show you solved this issue, you'd need to come up with a reproduction. I believe trying to parse capacitors with
1uF
,10uF
,100uF
,1pF
,10pF
etc. would eventually reproduce the issue/bounty $3
The text was updated successfully, but these errors were encountered: