[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #31974] Interpreter fails to create complex nu
From: |
Nicholas Jankowski |
Subject: |
[Octave-bug-tracker] [bug #31974] Interpreter fails to create complex numbers with Inf complex parts |
Date: |
Fri, 30 Sep 2022 11:50:23 -0400 (EDT) |
Update of bug #31974 (project octave):
Operating System: GNU/Linux => Any
_______________________________________________________
Follow-up Comment #36:
update: checked in v7.2.0, v8.0.0 hg id 8b75954a4670, and matlab 2022a.
no change from comment #29
also, for easier copy/paste next time:
1+Inf*i
str2double('1 + Inf*i')
complex(1,Inf)
1+Inf*j
1 + Inf*j
1 + Infj
str2num('1+Inf*j')
123*j
NaN*j
Inf * 4j
x = Inf;x*j
j = complex(0,1);Inf*j
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?31974>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #31974] Interpreter fails to create complex numbers with Inf complex parts,
Nicholas Jankowski <=