-
Notifications
You must be signed in to change notification settings - Fork 323
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
Design and implement rounding functions #5194
Comments
Greg Travis reports a new STANDUP for today (2023-05-09): Progress: Reviews; learning about 1-arg and 2-arg builtins; investigating overflow + Numbers_Spec It should be finished by 2023-05-15. Next Day: more rounding cases |
Greg Travis reports a new STANDUP for today (2023-05-10): Progress: Rounding precisoin, edge cases, struggling once again with bulitins, overloading, and default arguments It should be finished by 2023-05-15. Next Day: more probably |
Greg Travis reports a new STANDUP for today (2023-05-15): Progress: Integer rounding; Decimal.int; trying to get it to recognize my Truffle node; trying to get widgets to appear; Locale reflection It should be finished by 2023-05-15. Next Day: same |
Greg Travis reports a new 🔴 DELAY for today (2023-05-16): Summary: There is 1 day delay in implementation of the Design and implement rounding functions (#5194) task. Delay Cause: test failure; CI failure |
Greg Travis reports a new STANDUP for today (2023-05-16): Progress: Getting my builtins detected; BigDecimal precision; large small integers It should be finished by 2023-05-16. Next Day: same |
Greg Travis reports a new 🔴 DELAY for today (2023-05-17): Summary: There is 1 day delay in implementation of the Design and implement rounding functions (#5194) task. Delay Cause: reverting to simple implementation, with pending tests for edge cases |
Greg Travis reports a new STANDUP for today (2023-05-17): Progress: Simple implementation, PR It should be finished by 2023-05-17. Next Day: review |
Greg Travis reports a new 🔴 DELAY for today (2023-05-18): Summary: There is 1 day delay in implementation of the Design and implement rounding functions (#5194) task. Delay Cause: review |
Greg Travis reports a new STANDUP for today (2023-05-18): Progress: round + locale reviews; trying to get widgets to appear It should be finished by 2023-05-18. Next Day: same |
Greg Travis reports a new 🔴 DELAY for today (2023-05-19): Summary: There is 1 day delay in implementation of the Design and implement rounding functions (#5194) task. Delay Cause: took too long with edge cases |
Greg Travis reports a new STANDUP for today (2023-05-19): Progress: round + locale reviews; trying to get widgets to appear It should be finished by 2023-05-19. Next Day: same |
This task is automatically imported from the old Task Issue Board and it was originally created by James Dunkerley.
Original issue is here.
Want to add a
round
function to numbers.Should take a number of decimal places (0 by default).
Should also allow specify midpoint rounding method by and Atom type.
https://support.microsoft.com/en-us/office/round-function-c018c5d8-40fb-4053-90b1-b3e7f61a213c
Additionally, want to add floor, ceil and round to the column types.
The text was updated successfully, but these errors were encountered: