Inaccurate results on Dynamo and Python

 

These kinds of inaccurate Dynamo and Python results are driving me mad. Why does this happen ?

precision erros

I have to use “Math.Round” from DSCore for all multiplication and division operations to fix this, or simply “round()”. What is a bit boring to do.

I’d imagine it has to do with the data type being used and floating point precision.

from this video of the my edx course of Python i take my answer

Yes, that’s rigth Greg. Thanks

Thanks for the video.