Problem with Math.Round

Hi,
has anybody noticed this issue with Math.Round?
for example in this test case, 1.5 and 2.5 would be rounded to 2.
with python round() function it would be correct calculated.

Dynamo Version: 1.2.1.30.83

Regards, Milorad

Numbers.xlsx (7.3 KB)
test_math-round.dyn (6.4 KB)

1 Like

Same problem here. Is it a mistake or am I missing something?

Please use Python node for the time being. This was reported here:

1 Like

This behavior is explained here:

https://msdn.microsoft.com/en-us/library/wyk4d9cy(v=vs.110).aspx

Thanks @Michael_Kirschner2 for sharing.