<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=%2FAdvanced_Level%2FNumerical_Analysis%2F</id>
		<title>/Advanced Level/Numerical Analysis/ - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=%2FAdvanced_Level%2FNumerical_Analysis%2F"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=/Advanced_Level/Numerical_Analysis/&amp;action=history"/>
		<updated>2026-05-13T01:47:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=/Advanced_Level/Numerical_Analysis/&amp;diff=1991&amp;oldid=prev</id>
		<title>Gyan: Created page with 'The set of numbers in Scilab can be extended by adding %inf (infinity) and %nan (not a number). This is done with the Scilab function ieee:     --&gt;ieee()                       an…'</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=/Advanced_Level/Numerical_Analysis/&amp;diff=1991&amp;oldid=prev"/>
				<updated>2012-12-24T10:32:18Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;The set of numbers in Scilab can be extended by adding %inf (infinity) and %nan (not a number). This is done with the Scilab function ieee:     --&amp;gt;ieee()                       an…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The set of numbers in Scilab can be extended by adding %inf (infinity) and %nan (not a number). This is done with the Scilab function ieee:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  --&amp;gt;ieee()                   &lt;br /&gt;
&lt;br /&gt;
  ans =0.&lt;br /&gt;
&lt;br /&gt;
We see the default floating-point exception mode to be zero&lt;br /&gt;
  &lt;br /&gt;
  &lt;br /&gt;
    --&amp;gt;1/0                    &lt;br /&gt;
&lt;br /&gt;
  !--error 27&lt;br /&gt;
  &lt;br /&gt;
  division by zero...&lt;br /&gt;
  &lt;br /&gt;
Let us now use the standard ieee floating-point exception mode:&lt;br /&gt;
&lt;br /&gt;
  --&amp;gt;ieee(2)&lt;br /&gt;
  &lt;br /&gt;
  --&amp;gt;1/0                    &lt;br /&gt;
  &lt;br /&gt;
  ans =&lt;br /&gt;
  &lt;br /&gt;
  Inf&lt;br /&gt;
&lt;br /&gt;
In this mode, 1/0 evaluates to infinity.&lt;br /&gt;
  &lt;br /&gt;
  --&amp;gt;0/0                     &lt;br /&gt;
  &lt;br /&gt;
  ans =&lt;br /&gt;
  &lt;br /&gt;
  Nan&lt;br /&gt;
  &lt;br /&gt;
In this mode, 0/0 also is handled gracefully.&lt;/div&gt;</summary>
		<author><name>Gyan</name></author>	</entry>

	</feed>