RosettaCodeData/Task/Infinity/Delphi/infinity-1.delphi
2023-07-01 13:44:08 -04:00

2 lines
56 B
Text

Infinity = 1.0 / 0.0;
NegInfinity = -1.0 / 0.0;