|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #31974] Interpreter fails to create complex numbers with Inf complex parts |
| Date: | Sat, 25 Dec 2010 15:53:35 +0000 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/9.10 (karmic) Firefox/3.6.13 |
URL:
<http://savannah.gnu.org/bugs/?31974>
Summary: Interpreter fails to create complex numbers with
Inf complex parts
Project: GNU Octave
Submitted by: rik5
Submitted on: Sat 25 Dec 2010 07:53:34 AM PST
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
The code below shows the problem.
1 + Inf*i
ans = NaN + Infi
str2double ("1 + Inf*i")
ans = 1 + Infi
complex(1, Inf)
ans = 1 + Infi
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?31974>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |