P99

◆ P99_MUL

#define P99_MUL (   A,
 
)    P99_PASTE3(P00_MUL_, P99_IS_EQ_0(A), P99_IS_EQ_0(B))(A, B)

Generate the product of non-negative decimal numbers A and B at preprocessing time.

Warning
The result must be less than the maximum argument list number that is supported, currently 64.

Definition at line 292 of file p99_logical.h.