Open Sajam opened 7 years ago
Hello,
Converting to float is not good idea, floating point variables are inaccurate and accuracy is very important in financial world. I'd switch to Decimal or leave it string (so end user can decide whether to convert it to float or Decimal).
float
Decimal
Thanks!
Hello,
Converting to
float
is not good idea, floating point variables are inaccurate and accuracy is very important in financial world. I'd switch toDecimal
or leave it string (so end user can decide whether to convert it tofloat
orDecimal
).Thanks!