Anti-primes: Difference between revisions

Content deleted Content added
Alextretyak (talk | contribs)
Added 11l
Well p318? why just mınje
Line 136:
 
=={{header|F_Sharp|F#}}==
{{incorrect|F_SharpTask asks for a specific number of terms that would stop excessive output - check other solutions and task description if in doubt.}}
;The Function:
This task uses [http://www.rosettacode.org/wiki/Extensible_prime_generator#The_function Extensible Prime Generator (F#)]
Line 478 ⟶ 477:
 
=={{header|Julia}}==
{{incorrect|F_SharpTaskJuliaTask asks for a specific number of terms that would stop excessive output - check other solutions and task description if in doubt.}}
<lang julia>using Primes, Combinatorics
 
Line 687:
 
=={{header|REXX}}==
{{incorrect|REXXTask asks for a specific number of terms that would stop excessive output - check other solutions and task description if in doubt.}}
This REXX version is using a modified version of a highly optimized &nbsp; ''proper divisors'' &nbsp; function.