Skip to content
Prev 174091 / 398503 Next

separating the integer part of a number from the fractional part

csrc2010 wrote:
[1] 0.65
[1] 0.65
[1] 0.65

Notice differences for negative numbers though:
[1] 0.35
[1] -0.65
[1] 0.35