Zitat:
Hm,.. wenn du schon dabei bist, gibts evtl eine Möglichkeit für Exponentialfunktionen mit Nicht-Integer-Exponenten?
was ist mit
Delphi-Quellcode:
procedure NExp(var A: IRational; const B: IRational);
// A = exp(B)
procedure NExp(var A: IRational);
// A = exp(A)
in
Unit NRats ? Öffne mal \
DEC\Part_II\LibIntf\NRats.pas
Gruß Hagen