Actions
Bug #17183
closedFloat round working weirdly
Bug #17183:
Float round working weirdly
Description
I encountered this issue when casting a specific float with a especific round argument.
0.5.round(15)
=> 0.5
0.5.round(16)
=> 0.5000000000000001
0.5.round(17)
=> 0.5
Actions