Octave constants

From Notes_Wiki
Revision as of 05:52, 10 November 2012 by Saurabh (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.