Heronian triangles: Difference between revisions

Content deleted Content added
Nim Added
m →‎{{header|REXX}}: changed a comment in the REXX section header.
Line 1,271:
<br>the "elimination" checks, and also the use of an integer version of a &nbsp; SQRT &nbsp; subroutine, the execution time was greatly reduced.
 
Note that the &nbsp; '''iSqrtiSQRT''' &nbsp; subroutine doesn't use floating point.
 
The REXX statement (line 22) &nbsp; &nbsp; ''if pos(.,_)\==0'' &nbsp; &nbsp; isn't normally used for a general-purpose check if a number is an integer &nbsp; (or not),