Discord
Login
Community
DARK THEME

how to fix round function not rounding

basically when I round a number it has an output of 6.666666666667

  num = 6.666666
  print( round( num ))
  print( num.toFixed( 2 )) 

Post a reply

Progress

Status

Preview
Cancel
Post
Validate your e-mail address to participate in the community