Changes between Initial Version and Version 1 of Ticket #6090, comment 9
- Timestamp:
- 2020-08-19T15:10:35Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6090, comment 9
initial v1 15 15 E.g. If you have `c*r` where `c` is `Complex` and `r` is `Real` you might need to make `r` Complex, to have it be consistent in variable types. Although i think this specific case is handled properly. 16 16 17 17 EDIT: 18 During simulation the value of `C[6, 8]` might change and become negative right? So that could be a future problem anyways.