P99
Macros
p99_double.h File Reference

Build decimal or hexadecimal double constants with macros. More...

#include "p99_if.h"
+ Include dependency graph for p99_double.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define P99_DEC_DOUBLE(SIGN, INT, FRAC, ESIGN, EXP)
 construct a double constant in decimal representation. More...
 
#define P99_HEX_DOUBLE(SIGN, HEXINT, HEXFRAC, ESIGN, BINEXP)
 construct a double constant in hexadecimal representation. More...
 

Detailed Description

Build decimal or hexadecimal double constants with macros.

Definition in file p99_double.h.

P99_DEC_DOUBLE
#define P99_DEC_DOUBLE(SIGN, INT, FRAC, ESIGN, EXP)
construct a double constant in decimal representation.
Definition: p99_double.h:69