Opened 4 years ago
Closed 20 months ago
#2386 closed enhancement (fixed)
rasql - support round() operator
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | rasserver | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Peter Baumann | |
Complexity: | Medium |
Description (last modified by )
rasql should support round(scalarExp/mddExp)
operator to round floating-point arguments. The implementation should be similar to sin/cos for example, and use std::round under the hood (1 and 3). On integer inputs it shouldn't do anything, i.e. return the input as is.
Change History (6)
comment:1 by , 3 years ago
Cc: | added |
---|---|
Owner: | changed from | to
comment:2 by , 2 years ago
Cc: | added |
---|---|
Owner: | changed from | to
comment:3 by , 2 years ago
Description: | modified (diff) |
---|
comment:4 by , 2 years ago
Description: | modified (diff) |
---|
comment:5 by , 20 months ago
Owner: | changed from | to
---|
In addition to round, it should also support ceil/floor. All three functions are
- defined only on float / double values
- have result type same as the input type
comment:6 by , 20 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Otoniel could do this ticket.