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) |
double octave_frexp_wrapper | ( | double | x, |
int * | expptr | ||
) |
Definition at line 40 of file math-wrappers.c.
References octave::math::frexp(), and x.
Referenced by octave::math::frexp().
float octave_frexpf_wrapper | ( | float | x, |
int * | expptr | ||
) |