Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / tests / webtbs / tw25121.pp
Size: Mime:
begin
  if not(single(144115188075855877) = single(144115188075855872)) then
    halt(1);
  if not(single(1 / 3.0) = single(0.33333333)) then
    halt(2);
  if not(single(92233720368547758) = single(92233720000000000)) then
    halt(3);
end.