Sum of square and cube digits of an integer are primes: Difference between revisions

Content added Content deleted
(Realize in F#)
Line 35: Line 35:


=={{header|F_Sharp|F#}}==
=={{header|F_Sharp|F#}}==
===The function===
This task uses [http://www.rosettacode.org/wiki/Extensible_prime_generator#The_functions Extensible Prime Generator (F#)]
This task uses [http://www.rosettacode.org/wiki/Extensible_prime_generator#The_functions Extensible Prime Generator (F#)]
<lang fsharp>
<lang fsharp>
Line 46: Line 45:
16 17 25 28 34 37 47 52 64
16 17 25 28 34 37 47 52 64
</pre>
</pre>

=={{header|Phix}}==
=={{header|Phix}}==
<!--<lang Phix>(phixonline)-->
<!--<lang Phix>(phixonline)-->