Delphi-Quellcode:
Function tF_Haupt.mod_exp(Const Basis, Exponent, Modulo: TBigInt): TBigInt;
Begin
Result := Basis;
Result.ExpMod(Exponent, Modulo);
End;
Zitat:
[DCC Fehler] Unit1.pas(176): E2015 Operator ist auf diesen Operandentyp nicht anwendbar
welches ist denn die Zeile 176?
[add]
hab 'nen verdacht
Code:
If Exponent.Data[color=#ff0000][0][/color] and $1 <> 0 Then
[/add]