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

Macros

#define BIAS   (LDBL_MAX_EXP - 1)
 
#define vd   ((long double)vd2 + vd1)
 

Functions

OLM_DLLEXPORT long double cbrtl (long double x)
 

Variables

static const unsigned B1 = 709958130
 

Macro Definition Documentation

◆ BIAS

#define BIAS   (LDBL_MAX_EXP - 1)

◆ vd

#define vd   ((long double)vd2 + vd1)

Function Documentation

◆ cbrtl()

OLM_DLLEXPORT long double cbrtl ( long double  x)

Variable Documentation

◆ B1

const unsigned B1 = 709958130
static

Referenced by cbrtl().