P99

◆ P99_IF_GE

#define P99_IF_GE (   A,
 
)    P99_IF_EQ_1(P99_IS_GE(A, B))

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

Definition at line 108 of file p99_if.h.