* Add some structured types methods

This commit is contained in:
Michaël Van Canneyt 2025-01-17 20:43:12 +01:00
parent 2995efa920
commit 8a0ab88be4
2 changed files with 1536 additions and 3 deletions

View File

@ -23,7 +23,7 @@ const
MaxInteger = $fffffffffffff;
MinDouble = 5.0e-324;
MaxDouble = 1.7e+308;
Epsilon = 1.1e-10;
const
NaN: Double; external name 'NaN';
Infinity: Double; external name 'Infinity';

File diff suppressed because it is too large Load Diff