diff options
Diffstat (limited to 'lowlevelunit.pas')
-rw-r--r-- | lowlevelunit.pas | 5 |
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; |