<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Reporter</th>
<td>sgougeon@free.fr</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - grand(2,2,2,"uin",0,2^31) // puzzling message = grand: Wrong value for input arguments #4 and #5: Low < High expected."
href="http://bugzilla.scilab.org/show_bug.cgi?id=15490">15490</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>grand(2,2,2,"uin",0,2^31) // puzzling message = grand: Wrong value for input arguments #4 and #5: Low < High expected.
</td>
</tr>
<tr>
<th>Product</th>
<td>Scilab software
</td>
</tr>
<tr>
<th>Version</th>
<td>6.0.0
</td>
</tr>
<tr>
<th>OS</th>
<td>All OS
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Numerical Math
</td>
</tr>
<tr>
<th>Assignee</th>
<td>bugzilla.admin@scilab.org
</td>
</tr>
</table>
<p>
<div>
<pre>BUG DESCRIPTION:
----------------
--> grand(2,2,2,"uin",0,2^31)
grand: Wrong value for input arguments #4 and #5: Low < High expected.
The message is wrong in 2 aspects:
* argins # are not corrects. Arguments #5 and #6 are concerned, not #4 and #5
* the required condition is here fulfilled.
In Scilab 5.5.2, the message was correct and explicit:
-->grand(2,2,2,"uin",0,2^31)
!--error 999
a and b must integers with (b-a+1) <= 2147483561
ERROR LOG:
----------
See above
HOW TO REPRODUCE THE BUG:
-------------------------
grand(2,2,2,"uin",0,2^31)
OTHER INFORMATION:
------------------
Same thing in Scilab 6.0.1</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>