rasql - support round() operator
— at Version 4
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
(4)
Cc: |
Dimitar Misev added
|
Owner: |
changed from Dimitar Misev to ocampos
|
Cc: |
Peter Baumann added
|
Owner: |
changed from ocampos to aburamadan
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Otoniel could do this ticket.