Replies: 2 comments
-
For convenient display, this is already available with String percent-formatting ( To round a number to a set precision level, use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Regardless of the idea, this genuinely can't be done because global functions do not support optional parameters. Related: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
round() function should have a option to what decimal places it rounds up to for example
round( x , decimal_place)
, instead you have to do this 'round(x * decimal value) / decimal value)'Beta Was this translation helpful? Give feedback.
All reactions