Rhonda numbers: Difference between revisions

Content added Content deleted
Line 1,195: Line 1,195:
first(foreach s as $x (0; .+1; select(. > 1))) // false;
first(foreach s as $x (0; .+1; select(. > 1))) // false;


# From: rc-prime-decomposition.jq
# Output: a stream of the prime factors of the input
# Output: a stream of the prime factors of the input
# e.g.
# e.g.