Opened 7 years ago

Closed 5 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 Vlad Merticariu, 6 years ago

Milestone: 9.5Future

comment:2 by Dimitar Misev, 5 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.