Im Notfall: Welches davon brauchst'e denn?
Delphi-Quellcode:
function IntPower(const Base: Single; const Exponent: Integer): Single;
function IntPower(const Base: Double; const Exponent: Integer): Double;
function IntPower(const Base: Extended; const Exponent: Integer): Extended;
function Power(const Base, Exponent: Extended): Extended;
function Power(const Base, Exponent: Double): Double;
function Power(const Base, Exponent: Single): Single;
Auf jeden Fall etwas ohne overloading!
@Edelweißichnix
Wahrscheinlich liegts am D3 Standard. Bei D3-Pro hast Du Source und Units in
Code:
..\RUNIMAGE\DELPHI30\SOURCE\
RTL\SYS\MATH.PAS
..\RUNIMAGE\DELPHI30\LIB\MATH.DCU
Da die Weitergabe illegal ist empfehle ich Dir
AMath