P99

◆ P99_DEC_DOUBLE

#define P99_DEC_DOUBLE (   SIGN,
  INT,
  FRAC,
  ESIGN,
  EXP 
)

construct a double constant in decimal representation.

Parameters
SIGNthe sign of the constant, (+)
INTthe integer part, (0)
FRACthe fractional part, (0)
ESIGNsign of the exponent, (+)
EXPexponent in decimal, (0)

So if all parameters are empty such as

this produces +0.0E+0

Definition at line 69 of 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