SpeedCrunch
0.11
|
#include "floatconvert.h"
#include "floatcommon.h"
#include "floatconst.h"
#include "floatipower.h"
#include <stdlib.h>
Classes | |
struct | t_ext_number |
Typedefs | |
typedef t_ext_number * | p_ext_number |
Functions | |
Error | _floatnum2longint (t_longint *longint, floatnum f) |
void | _longint2floatnum (floatnum f, t_longint *longint) |
Error | pack2floatnum (floatnum x, p_number_desc n) |
Error | float_out (p_otokens tokens, floatnum x, int scale, signed char base, char outmode) |
Error | float_in (floatnum x, p_itokens tokens) |
typedef t_ext_number* p_ext_number |
Error _floatnum2longint | ( | t_longint * | longint, |
floatnum | f | ||
) |
void _longint2floatnum | ( | floatnum | f, |
t_longint * | longint | ||
) |
Error pack2floatnum | ( | floatnum | x, |
p_number_desc | n | ||
) |