Suppose I have math algorithm e.g.
A = B + C
C = D + E
F = B + D
I would like to draw a diagram to represent it and the flow of the algorithm i.e. people know how the value of A calculate. Is there tool or the name of UML diagram that I can take a look?
Maybe a Dataflow Diagram?
Something like this:
It’s not part of UML, but can be a very useful way to show computation.
hth.