summaryrefslogtreecommitdiff
path: root/lowlevelunit.pas
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-07-24 13:25:22 +0200
committerErich Eckner <git@eckner.net>2015-07-24 13:25:22 +0200
commit823e217670098264099da7efa91d87695884ac18 (patch)
tree63869d7f5f472fb5859565813e92b062a147806a /lowlevelunit.pas
parent449c1c5ea2bf739e67ceb63cc59270be5796950f (diff)
downloadunits-823e217670098264099da7efa91d87695884ac18.tar.xz
umstrukturierung von tKnownValueArray zu tKnownValues
Diffstat (limited to 'lowlevelunit.pas')
-rw-r--r--lowlevelunit.pas5
1 files changed, 0 insertions, 5 deletions
diff --git a/lowlevelunit.pas b/lowlevelunit.pas
index 4e8652d..8fc6fa0 100644
--- a/lowlevelunit.pas
+++ b/lowlevelunit.pas
@@ -34,11 +34,6 @@ 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;