Changes between Initial Version and Version 3 of Ticket #2386
- Timestamp:
- Jun 20, 2022, 6:58:36 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2386
- Property Cc added
- Property Owner changed from to
-
Ticket #2386 – Description
initial v3 1 rasql should support `round(scalar number)` operator to round a float number.1 rasql should support `round(scalarExp/mddExp)` operator to round floating-point arguments. The implementation should be similar to sin/cos for example, and use [https://en.cppreference.com/w/cpp/numeric/math/round std::round] under the hood (1 and 3).