Skip to content
Ben edited this page Aug 16, 2022 · 1 revision

Rounds a number to a given decimal place

TRP3_API.utils.math.round(value, decimals)

Arguments

  • value: input number
  • decimals: the number of decimal places to round to
Clone this wiki locally