factorial
Description
A flow that calculates the factorial of a number and prints it out on stdout.
Root
Click image to navigate flow hierarchy.
Features Used
- Root Flow
- Connections between functions
- Loop-back connections to accumulate a multiplication result
- Initializing function inputs with values, once and constantly
- Multiple connections into and out of functions
- Library Functions
to_json,multiply,subtractfromflowstdlib - Library Functions
tap,comparefromflowstdlib - Use of aliases to refer to functions with different names inside a flow
Functions Diagram
This diagram shows the exploded diagram of all functions in all flows, and their connections.
Click image to view functions graph.