is there a way to where when a decimal is given like 14.5 it rounds?
calling functions from Javascript will be the fastest (works in MicroScript 2):
num = 123.4567 print( num.toFixed(2) ) print( num )