Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
e_sqrtl.c File Reference
#include "cdefs-compat.h"
#include <float.h>
#include <openlibm_fenv.h>
#include <openlibm_math.h>
#include "fpmath.h"
#include "math_private.h"
Include dependency graph for e_sqrtl.c:

Functions

static long double inc (long double x)
 
static long double dec (long double x)
 
OLM_DLLEXPORT long double sqrtl (long double x)
 

Function Documentation

◆ dec()

static long double dec ( long double  x)
inlinestatic

References LDBL_NBIT, and u.

Referenced by sqrtl().

◆ inc()

static long double inc ( long double  x)
inlinestatic

References LDBL_NBIT, and u.

Referenced by htinit(), and sqrtl().

◆ sqrtl()

OLM_DLLEXPORT long double sqrtl ( long double  x)