Copyright Digital Equipment Corp. All rights reserved.
Returns the value of 2 raised to the power of the argument.
This function is supported on OpenVMS Integrity servers and
Alpha only.
Format
#include <math.h>
double exp2 (double x);
float exp2f (float x);
long double exp2l (long double x); )
Argument Description Return_Values