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

Functions

OLM_DLLEXPORT double scalbln (double x, long n)
 
OLM_DLLEXPORT float scalblnf (float x, long n)
 

Function Documentation

◆ scalbln()

OLM_DLLEXPORT double scalbln ( double  x,
long  n 
)

References INT_MAX, INT_MIN, n, and scalbn().

Referenced by scalbln_test().

Here is the caller graph for this function:

◆ scalblnf()

OLM_DLLEXPORT float scalblnf ( float  x,
long  n 
)

References INT_MAX, INT_MIN, n, and scalbnf().