We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
number round(<number> num, <int> numDecimalPlaces)
Note: int is a whole number
int
Rounds number num to numDecimalPlaces decimal places and returns the result.
num
numDecimalPlaces
--Note: This is just a snippet ["Function"] = function(args,speaker) print(round(3.141592653,2)) --> 3.14 end
Infinite Yield
Plugins
Core Functions