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

Functions

OLM_DLLEXPORT float __ieee754_sqrtf (float x)
 

Variables

static const float one = 1.0
 
static const float tiny =1.0e-30
 

Function Documentation

◆ __ieee754_sqrtf()

OLM_DLLEXPORT float __ieee754_sqrtf ( float  x)

Variable Documentation

◆ one

const float one = 1.0
static

Referenced by __ieee754_sqrtf().

◆ tiny

const float tiny =1.0e-30
static

Referenced by __ieee754_sqrtf().