GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cstdlib>
#include <limits>
#include "lo-error.h"
#include "lo-ieee.h"
#include "mach-info.h"
Go to the source code of this file.
Functions | |
void | octave_ieee_init (void) |
Definition at line 36 of file lo-ieee.cc.
References oct_mach_info::flt_fmt_ieee_big_endian, oct_mach_info::flt_fmt_ieee_little_endian, lo_ieee_hw, lo_ieee_lw, LO_IEEE_NA_FLOAT, LO_IEEE_NA_HW, LO_IEEE_NA_LW, oct_mach_info::native_float_format(), octave_Float_Inf, octave_Float_NA, octave_Float_NaN, octave_Inf, octave_NA, octave_NaN, lo_ieee_double::value, lo_ieee_float::value, lo_ieee_double::word, and lo_ieee_float::word.
Referenced by octave_initialize_interpreter().