Deal Experts,

I am stuck in a small questions. I just wanted to know about the result of the below function

Code:
Public Sub test()    
    MsgBox Abs(Int(Val(37.3) * 100))
End Sub
After running this, result is 3729 but this is not corrrect. It should be 3730.

Can anyone help me