FutureProg functions

round

Numbers · computer function, computer program, standard futureprog

Number round(Number number)
Contexts: computer function, computer program, standard futureprog
Rounds a function to zero decimal places
number: The number to round

Number round(Number number, Number decimals)
Contexts: computer function, computer program, standard futureprog
Rounds a function to the specified amount of decimal places
number: The number to round
decimals: The number of decimal places

← Back to FutureProg functions