mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 11:17:45 +02:00
* Add some structured types methods
This commit is contained in:
parent
2995efa920
commit
8a0ab88be4
@ -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
Loading…
Reference in New Issue
Block a user