GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fpucw-wrappers.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

unsigned int octave_begin_long_double_rounding (void)
 
void octave_end_long_double_rounding (unsigned int)
 
void octave_set_default_fpucw (void)
 

Function Documentation

◆ octave_begin_long_double_rounding()

unsigned int octave_begin_long_double_rounding ( void  )

Definition at line 62 of file fpucw-wrappers.c.

◆ octave_end_long_double_rounding()

void octave_end_long_double_rounding ( unsigned  int)

Definition at line 75 of file fpucw-wrappers.c.

◆ octave_set_default_fpucw()

void octave_set_default_fpucw ( void  )

Definition at line 49 of file fpucw-wrappers.c.

References _FPU_DEFAULT.

Referenced by compute_array_dimensions(), get_array_elements(), and terminate_jvm().