[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #53425] Octave producing neither producing err
From: |
Dildar Sk |
Subject: |
[Octave-bug-tracker] [bug #53425] Octave producing neither producing error nor correct result where MATLAB is doing |
Date: |
Thu, 22 Mar 2018 14:22:56 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?53425>
Summary: Octave producing neither producing error nor correct
result where MATLAB is doing
Project: GNU Octave
Submitted by: hodor123456
Submitted on: Thu 22 Mar 2018 06:22:55 PM UTC
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Missed Error or Warning
Status: None
Assigned to: None
Originator Name: Dildar Sk
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
When I am trying on MATLAB,
>> factor(-20)
Error using factor (line 23)
N must be a real nonnegative integer.
>> factor(-35)
Error using factor (line 23)
N must be a real nonnegative integer.
Where on Octave,
>> factor(-20)
ans = -20
>> factor(-40)
ans = -40
>>
So,neither the answers are correct nor it's giving any error,warnings.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?53425>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #53425] Octave producing neither producing error nor correct result where MATLAB is doing,
Dildar Sk <=