Numworks Epsilon  1.4.1
Graphing Calculator Operating System
s_normRoundPackToF64.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include "platform.h"
#include "internals.h"

Go to the source code of this file.

Functions

float64_t softfloat_normRoundPackToF64 (bool sign, int_fast16_t exp, uint_fast64_t sig)
 

Function Documentation

◆ softfloat_normRoundPackToF64()

float64_t softfloat_normRoundPackToF64 ( bool  sign,
int_fast16_t  exp,
uint_fast64_t  sig 
)

Definition at line 43 of file s_normRoundPackToF64.c.