Changes between Initial Version and Version 1 of Ticket #21614
- Timestamp:
- Oct 1, 2016, 7:22:58 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21614
-
Property
Dependencies
changed from
to
pynac-0.6.91
-
Property
Dependencies
changed from
-
Ticket #21614 – Description
initial v1 9 9 !SymPy expands similarly but gives NaN on substitution instead of an exception. 10 10 11 This all might not be of concern if not 3d plotting wouldneed real/imag parts of a function, their workaround `real(...,hold=True)` works perfectly but this is not the general solution that is needed.11 This all would not be of concern if not 3d plotting would likely need real/imag parts of a function, their workaround `real(...,hold=True)` works perfectly but this is not the general solution that is needed. 12 12 13 13 One solution would be to return `NaN` instead of throwing up.