Trailing-Edge
-
PDP-10 Archives
-
decuslib10-05
-
43,50337/23/maxrea.mac
There is 1 other file named maxrea.mac in the archive. Click here to see a list.
COMMENT * SIMULA specification;
OPTIONS(/E:QUICK,maxreal);
REAL PROCEDURE maxreal;
COMMENT Returns the greatest positive REAL quantity.
;
!*;! MACRO-10 code !*;!
TITLE maxreal
ENTRY maxreal
SUBTTL SIMULA utility, Lars Enderin Dec 1975
;! Copyright 1975 by the Swedish Defence Research Institute.
;! Copying is allowed.
;! sall
;! search simmac,simmcr,simrpa
;! macinit
maxreal=::maxint##
END;