P99

◆ P99_MINUS

#define P99_MINUS (   _0,
  _1 
)    P00_MINUS(_0, _1, P99_IS_EQ(_0, _1), P99_IS_EQ_0(_0), P99_IS_EQ_0(_1))

substract two decimal numbers

If the result is negative, a token of the form minus_NNN is returned where NNN would be the result of

P99_MINUS(_1, _0)

Definition at line 243 of file p99_logical.h.

P99_MINUS
#define P99_MINUS(_0, _1)
substract two decimal numbers
Definition: p99_logical.h:243