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);

Math

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!