You are here: Symbol Reference > Math387 Namespace > Functions > Math387.Exp10 Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.Exp10 Function

10^x function.

Pascal
function Exp10(const X: double): double; overload;

Returns 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 (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!