m
bolded title of article
m (New page: {{userfunc}} <!-- Leave this line in! --> Round a number off to n places. number = round(input, n) == Function Parameters == === Arguments === ;input : Number. The number to round ;n : ...) |
m (bolded title of article) |
||
| Line 1: | Line 1: | ||
{{userfunc}} <!-- Leave this line in! --> | {{userfunc}} <!-- Leave this line in! --> | ||
Round a number off to n places. | |||
'''Round''' a number off to n places. | |||
number = round(input, n) | number = round(input, n) | ||