Difference between revisions of "Octave constants"
From Notes_Wiki
|  (Created page with "=Octave constantts=  {| class="wikitable" border="1" cellspacing="5" cellpadding="10" |- | realmax   || Maximum double value that can be represented in octave in double format...") | m | ||
| Line 1: | Line 1: | ||
| <yambe:breadcrumb self="Octave constants">Octave|Octave</yambe:breadcrumb> | |||
| =Octave constantts= | =Octave constantts= | ||
| Line 20: | Line 21: | ||
| | | | | ||
| |} | |} | ||
| <yambe:breadcrumb self="Octave constants">Octave|Octave</yambe:breadcrumb> | |||
Revision as of 05:55, 18 September 2018
<yambe:breadcrumb self="Octave constants">Octave|Octave</yambe:breadcrumb>
Octave constantts
| realmax | Maximum double value that can be represented in octave in double format. | |
| realmin | Minimum double value that can be represented in octave in double format. | |
| pi | Value of pi as accurate as possibly can be stored in a double variable | |
| e | Value of e as accurate as possibly can be stored in a double variable | |
| i,I,j,J | All four represent square root of -1, imaginary constant | |
| NA | Same as Not Available('NA') data type | |
| true | Logical constant representing true values. Numerically it evaluates to 1. | |
| false | Logical constant representing false values. Numerically it evaluates to 0. | 
<yambe:breadcrumb self="Octave constants">Octave|Octave</yambe:breadcrumb>

