Manchmal wundere ich mich ueber die Fantasielosigkeit der Programmierer:
Delphi-Quellcode:
var
e: Extended;
//...
e := Exp(1);
Die Delphi-Hilfe haette euch gesagt:
function Exp(X: Real): Real;
Description
In Delphi code, Exp returns the value of e raised to the power of X, where e is the base of the natural logarithms.
Wenn also Exp den Wert von e^x gibt, dann ratet mal was wohl e^1 ist
Greetz
alcaeus