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

Functions

OLM_DLLEXPORT long double asinl (long double x)
 

Variables

static const long double one = 1.00000000000000000000e+00
 
static const long double huge = 1.000e+300
 

Function Documentation

◆ asinl()

OLM_DLLEXPORT long double asinl ( long double  x)

References ASIN_LINEAR, BIAS, fabsl(), huge, LDBL_NBIT, one, p, P, pio2_hi, pio2_lo, pio4_hi, Q, r, s, sqrtl(), t, THRESH, u, and w.

Referenced by casinl().

Here is the caller graph for this function:

Variable Documentation

◆ huge

const long double huge = 1.000e+300
static

Referenced by asinl().

◆ one

const long double one = 1.00000000000000000000e+00
static

Referenced by asinl().