basically when I round a number it has an output of 6.666666666667
num = 6.666666 print( round( num )) print( num.toFixed( 2 ))