mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 00:52:41 +02:00
* power functions added
git-svn-id: trunk@19900 -
This commit is contained in:
parent
a710a7cf7f
commit
881caba4c3
@ -57,6 +57,8 @@ 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);
|
||||||
|
Loading…
Reference in New Issue
Block a user