Dew MtxVec NET
Exp2 Routines
Summary
2^x function.

Unit
Math387

Declaration
Function Exp2(X: TSample): TSample;
Result
the value of 2 raised to the power of X. This function is twice as fast as the equivalent call to the Power function.

Declaration
Function Exp2(const X: TCplx): TCplx;
Result
the value of 2 raised to the power of X. This function is twice as fast as the equivalent call to the Power function.
 See Also 
Power 

Copyright 2008 Dew Research
http://www.dewresearch.com