GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
math-wrappers.c File Reference
#include <math.h>
#include "math-wrappers.h"
Include dependency graph for math-wrappers.c:

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

double octave_frexp_wrapper ( double  x,
int expptr 
)

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

References octave::math::frexp().

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

float octave_frexpf_wrapper ( float  x,
int expptr 
)

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

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