RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.Ldexp Function

Calculates X times (2 to the power of P).

Pascal
function Ldexp(const X: Extended; const P: Integer): Extended;
C++
Extended Ldexp(const Extended X, const int P);

Ldexp returns X times (2 to the power of P). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!