Changes between Initial Version and Version 2 of Ticket #4835
- Timestamp:
- 2018-03-22T18:11:28Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4835
- Property Cc added
-
Ticket #4835 – Description
initial v2 19 19 Unfortunately, in some cases this does not happen, for reasons that need to be investigated. In #4354 and #4808 this issue leads to problems solving otherwise trivial equations, in #4157 it leads to problems with equations in when statements. #4611 is a slightly more involved case, where arrays of Complex constructors are involved. 20 20 21 The code generation for algorithms involving Complex numbers needs to be fixed, see #4055 21 The code generation for algorithms involving Complex numbers needs to be fixed, see #4055. 22 23 There are also some issues with Complex equations and {{{removeSimpleEquations}}}, see #4793. 22 24 23 25 Last, but not least, the sum of Complex numbers should be supported, see #4297.