Opened 7 years ago
Closed 6 years ago
#1579 closed defect (invalid)
binary & unary ops: type validity can be extended
Reported by: | bbell | Owned by: | bbell |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | qlparser | Version: | development |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
Many operations are well-defined on the complex numbers, but in Rasdaman, we are not extending them as they can be (e.g. sqrt, log, sin, sinh, exp).
e.g. one can find many of these methods in the standard library,
http://en.cppreference.com/w/cpp/numeric/complex/pow
Task: extend the current implementations and write test queries, verifying the outputs.
Change History (2)
comment:1 by , 7 years ago
Milestone: | 9.5 → Future |
---|
comment:2 by , 6 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.