Bug of extra decimal

Is this a bug in Grasshopper? Why does it give a number with additional decimal place here?

extra decimal issue.gh (7.5 KB)

Does it matter?

I don’t know. I was thinking that it might cause trouble while doing a list index but it didn’t.

List Item ‘i’ (Index) rounds to the nearest integer. 9.85 rounds to 0 because ‘W’ (Wrap) is true.

list_item_round

1 Like

Use integer, if you don’t like see decimal

1 Like

Okay. Thanks. :+1:

Cool! :+1:

Most likely due to floating errors.

2 Likes