Calculates X times (2 to the power of P).
function Ldexp(const X: Extended; const P: Integer): Extended;
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!
|