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

Functions

OLM_DLLEXPORT float cbrtf (float x)
 

Variables

static const unsigned B1 = 709958130
 
static const unsigned B2 = 642849266
 

Function Documentation

◆ cbrtf()

OLM_DLLEXPORT float cbrtf ( float  x)

References B1, B2, GET_FLOAT_WORD, high, r, SET_FLOAT_WORD, T, and t.

Variable Documentation

◆ B1

const unsigned B1 = 709958130
static

Referenced by cbrtf().

◆ B2

const unsigned B2 = 642849266
static

Referenced by cbrtf().