Dew MtxVec NET
Exp10 Routines
Summary
10^x function.

Unit
Math387

Declaration
Function Exp10(const X: TCplx): TCplx;
Result
the value of 10 raised to the power of X. This function is about 30% faster as the equivalent call to the Power routine.
 See Also 
Power 

Declaration
Function Exp10(X: TSample): TSample;
Result
the value of 10 raised to the power of X. This function is about 30% faster as the equivalent call to the Power routine.

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