Opened 5 years ago
Last modified 5 years ago
#2111 closed enhancement
Implementing condensers and binary operations for complex numbers. — at Initial Version
Reported by: | apercov | Owned by: | apercov |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | qlparser | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Implement next condensers:
count_cells( mddExp ) avg_cells( mddExp )some_cells( mddExp ) all_cells( mddExp ) stddev_pop( mddExp ) stddev_samp( mddExp ) var_pop( mddExp ) var_samp( mddExp
)
Implement next ops:
ops: =, <, <=, !=, >, >=
Note:
See TracTickets
for help on using tickets.