In C99, a floating-point constant may use 'p' or 'P' to specify an exponent as a power of two. E.g. 1p12 is 4096.0, and 1.0P3 is 8.0.
In C99, a floating-point constant may use 'p' or 'P' to specify an exponent as a power of two. E.g. 1p12 is 4096.0, and 1.0P3 is 8.0.