summaryrefslogtreecommitdiff
path: root/lowlevelunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'lowlevelunit.pas')
-rw-r--r--lowlevelunit.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/lowlevelunit.pas b/lowlevelunit.pas
index 8fc6fa0..4e8652d 100644
--- a/lowlevelunit.pas
+++ b/lowlevelunit.pas
@@ -34,6 +34,11 @@ type
tKodierung = (kUnbekannt,k32BitSignedInteger);
tWarnstufe = (wsStreng,wsLasch);
tGenauigkeit = (gSingle,gExtended);
+ tKnownValue = record
+ name: string;
+ value: extended;
+ end;
+ tKnownValueArray = array of tKnownValue;
function signSqr(x: extended): extended; inline;
function mpfToStr(f: mpf_t): string;