浏览代码

* Power no longer in system, but in Math

git-svn-id: trunk@33063 -
michael 9 年之前
父节点
当前提交
eb2e614ae9
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      rtl/inc/system.fpd

+ 0 - 2
rtl/inc/system.fpd

@@ -71,8 +71,6 @@ Procedure SetLength(Var S : AStringType; Len : Integer);
 Procedure SetLength(Var A : DynArrayType; Len : Integer);
 Procedure SetLength(Var A : DynArrayType; Len : Integer);
 Function Length(S : AStringType) : Integer;
 Function Length(S : AStringType) : Integer;
 Function Length(A : DynArrayType) : Integer;
 Function Length(A : DynArrayType) : Integer;
-Function Power(Base:double;expon:double):double;
-Function Power(Base:Longint;expon:Longint):Longint;
 Procedure WriteStr(Out S : String; Args : Arguments);
 Procedure WriteStr(Out S : String; Args : Arguments);
 Procedure ReadStr(Const S : String; Args : Arguments);
 Procedure ReadStr(Const S : String; Args : Arguments);
 Procedure Pack(Const A : UnpackedArrayType; StartIndex : TIndexType; Out Z : PackedArrayType);
 Procedure Pack(Const A : UnpackedArrayType; StartIndex : TIndexType; Out Z : PackedArrayType);