mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-11 13:09:10 +02:00
rtl: clean up
This commit is contained in:
parent
a0f2fb0a8f
commit
218736588c
@ -16,16 +16,12 @@ unit Math;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils;
|
||||
|
||||
const
|
||||
MinInteger = -$fffffffffffff-1;
|
||||
MaxInteger = $fffffffffffff;
|
||||
MinDouble = 5.0e-324;
|
||||
MaxDouble = 1.7e+308;
|
||||
|
||||
|
||||
const
|
||||
NaN: Double; external name 'NaN';
|
||||
Infinity: Double; external name 'Infinity';
|
||||
|
Loading…
Reference in New Issue
Block a user