Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Extend Round to support negative precision value #3055

Closed
ouertani opened this issue Jul 5, 2019 · 2 comments
Closed

Feat: Extend Round to support negative precision value #3055

ouertani opened this issue Jul 5, 2019 · 2 comments

Comments

@ouertani
Copy link
Contributor

ouertani commented Jul 5, 2019

ROUND support negative numbers of the second argument, e.g.

ROUND(124, -1) would give 120.
ROUND(124, -2) would give 100.

This feature is related to : #2583

@big-andy-coates
Copy link
Contributor

@purplefox isn't this done now?

@big-andy-coates
Copy link
Contributor

This will be released in 5.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants