Notepad3/tinyexpr/doc/e2.dot
2018-08-10 21:38:25 +02:00

6 lines
69 B
Plaintext

digraph G {
"+" -> "sin";
"+" -> "0.25";
"sin" -> "x";
}