GNU Octave  8.1.0
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

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

Function Documentation

◆ octave_begin_long_double_rounding()

OCTAVE_API unsigned int octave_begin_long_double_rounding ( void  )

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

◆ octave_end_long_double_rounding()

OCTAVE_API void octave_end_long_double_rounding ( unsigned int  oldcw)

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

◆ octave_set_default_fpucw()

OCTAVE_API void octave_set_default_fpucw ( void  )