roundToN

function

roundToN(num, decimal_places)

Description

Rounds a number to n decimal places

Arguments

Name Type Description
num real The number to round
decimal_places real The number of decimal places to round to

Returns

real


Copyright © 2021, Milan Varady. Built on June 28, 2021 using GMDoc.