Embedded Artistry Framework
Embedded Systems C++ Framework
Functions | Variables
s_modf.c File Reference
#include <openlibm_math.h>
#include "math_private.h"
Include dependency graph for s_modf.c:

Functions

OLM_DLLEXPORT double modf (double x, double *iptr)
 

Variables

static const double one = 1.0
 

Function Documentation

◆ modf()

OLM_DLLEXPORT double modf ( double  x,
double *  iptr 
)

References EXTRACT_WORDS, GET_HIGH_WORD, high, INSERT_WORDS, and one.

Referenced by modf_test().

Here is the caller graph for this function:

Variable Documentation

◆ one

const double one = 1.0
static

Referenced by modf().