P99

◆ P99_IF_LE

#define P99_IF_LE (   A,
 
)    P99_IF_EQ_1(P99_IS_LE(A, B))

Test two decimal numbers A and B for whether A is less than or equal to B.

Definition at line 114 of file p99_if.h.