Changes between Version 2 and Version 4 of Ticket #2111


Ignore:
Timestamp:
Jul 17, 2019, 2:48:26 PM (5 years ago)
Author:
apercov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2111

    • Property Status acceptedclosed
    • Property Resolutionfixed
  • Ticket #2111 – Description

    v2 v4  
    1 Implement next condensers:
     1Implement next condensers for complex numbers:
    22
    33{{{
    4 count_cells( mddExp )
    5 avg_cells( mddExp )some_cells( mddExp )
    6 all_cells( mddExp )
    74stddev_pop( mddExp )
    85stddev_samp( mddExp )
     
    107var_samp( mddExp
    118}}}
    12  )
    13 Implement next ops:
    14 
    15 {{{
    16 ops:!=, =
    17 
    18 }}}