RosettaCodeData/Task/Semiprime/Frink/semiprime.frink
2023-07-01 13:44:08 -04:00

1 line
45 B
Text

isSemiprime[n] := length[factorFlat[n]] == 2