Dynamo Calculation

Hello, I have a question.
There are differences in calculation results.
What is the cause?

I guess the number is too big for an int32, that’s why python gives you back a BigInteger.

thank you for your answer.

The unit of the numerical value is too big.
In such a case, it seems necessary to calculate by using Python or changing the unit of numerical value.
It was very helpful. Thank you very much.

1 Like

Exactly, making either of the inputs a double will also do the trick in this case.

There is a difference like this.
Thank you very much.

2 Likes