prime
WIP
Description
A flow that finds prime numbers upto the maximum specified in the input arguments
Root Diagram
Click image to navigate flow hierarchy.
Features Used
- Root Flow
- Sub-flows
- Value (with an initial value set)
- Constant Value
- Arguments parsing for the execution
- Constant Value used
- Connections between functions
- Library Functions used
Args
to parse argumentssequence
to generate a sequence of numbersdivide
to divide two numberscompare
function to produce outputs based on comparing two input valuesswitch
function to stop or pass a data flow based on another oneToString
to convert Numbers to Stringsstdout
to print a String to standard output
Functions Diagram
This diagram shows the exploded diagram of all functions in all flows, and their connections.
Click image to view functions graph.