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

m
(Realize in F#)
Line 35:
 
=={{header|F_Sharp|F#}}==
===The function===
This task uses [http://www.rosettacode.org/wiki/Extensible_prime_generator#The_functions Extensible Prime Generator (F#)]
<lang fsharp>
Line 46 ⟶ 45:
16 17 25 28 34 37 47 52 64
</pre>
 
=={{header|Phix}}==
<!--<lang Phix>(phixonline)-->
2,171

edits