Changes between Version 2 and Version 4 of Ticket #2111
- Timestamp:
- Jul 17, 2019, 2:48:26 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2111
- Property Status accepted → closed
- Property Resolution → fixed
-
Ticket #2111 – Description
v2 v4 1 Implement next condensers :1 Implement next condensers for complex numbers: 2 2 3 3 {{{ 4 count_cells( mddExp )5 avg_cells( mddExp )some_cells( mddExp )6 all_cells( mddExp )7 4 stddev_pop( mddExp ) 8 5 stddev_samp( mddExp ) … … 10 7 var_samp( mddExp 11 8 }}} 12 )13 Implement next ops:14 15 {{{16 ops:!=, =17 18 }}}