Changes between Initial Version and Version 3 of Ticket #2386


Ignore:
Timestamp:
Jun 20, 2022, 6:58:36 AM (2 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2386

    • Property Cc Dimitar Misev Peter Baumann added
    • Property Owner changed from Dimitar Misev to aburamadan
  • Ticket #2386 – Description

    initial v3  
    1 rasql should support `round(scalar number)` operator to round a float number.
     1rasql 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).