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