Numworks Epsilon  1.4.1
Graphing Calculator Operating System
s_scalbnf.c File Reference
#include "math.h"
#include "math_private.h"

Go to the source code of this file.

Functions

float scalbnf (float x, int n)
 
float ldexpf (float x, int n)
 

Function Documentation

◆ ldexpf()

float ldexpf ( float  x,
int  n 
)

Definition at line 53 of file s_scalbnf.c.

◆ scalbnf()

float scalbnf ( float  x,
int  n 
)

Definition at line 26 of file s_scalbnf.c.