Square form factorization: Difference between revisions

Content deleted Content added
m Anchor added
Petelomax (talk | contribs)
Line 1,052:
 
=={{header|Phix}}==
{{trans|C|<small>(Classical heuristic - fixes the two incorrectly failing cases of the previous version)</small>}}
<lang Phix>--requires(64) -- (decided to limit 32-bit explicitly instead)
constant MxN = power(2,iff(machine_bits()=32?53:63)),