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

Functions

long double fmodl (long double x, long double y)
 

Variables

static const long double one = 1.0
 
static const long double Zero [] = {0.0, -0.0,}
 

Function Documentation

◆ fmodl()

long double fmodl ( long double  x,
long double  y 
)

Variable Documentation

◆ one

const long double one = 1.0
static

Referenced by fmodl().

◆ Zero

const long double Zero[] = {0.0, -0.0,}
static

Referenced by fmodl().