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

2^x function.

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

the value of 2 raised to the power of X. This function is twice as fast as the equivalent call to the Power function.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!