GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
math-wrappers.c File Reference
#include <math.h>
#include "math-wrappers.h"

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 40 of file math-wrappers.c.

References frexp(), and x.

Referenced by frexp().

◆ octave_frexpf_wrapper()

float octave_frexpf_wrapper ( float  x,
int *  expptr 
)

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

References x.

Referenced by frexp().