Compute the Nth multiplicative integer power of X.
N must be a decimal constant without suffixes. The value 0
is special in that it evaluates to a 1
that is promoted to the promoted type of X.
- Warning
- argument 1 may be evaluated multiple times
- Examples
- test-p99-pow.c.
Definition at line 67 of file p99_map.h.