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

Go to the source code of this file.

Functions

double octave_frexp_wrapper (double x, int *expptr)
 
float octave_frexpf_wrapper (float x, int *expptr)
 

Function Documentation

◆ octave_frexp_wrapper()

double octave_frexp_wrapper ( double  x,
int *  expptr 
)

Definition at line 37 of file math-wrappers.c.

References octave::math::frexp(), and x.

Referenced by octave::math::frexp().

◆ octave_frexpf_wrapper()

float octave_frexpf_wrapper ( float  x,
int *  expptr 
)

Definition at line 43 of file math-wrappers.c.

References x.

Referenced by octave::math::frexp().