Skip to content

Commit 0115a9a

Browse files
authored
Update README.md
1 parent bf065d7 commit 0115a9a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
https://github.com/udexon/symengine/blob/master/benchmarks/expandv.cpp
44

5+
Input:
6+
```
7+
$ ./expandv x sym: y sym: add: 2 3 + pow: 3 5 +
8+
```
9+
Output:
10+
```
11+
Expanding r: 5*x*y**4 + 10*x**2*y**3 + 10*x**3*y**2 + 5*x**4*y + x**5 + y**5
12+
```
13+
514
<img src="SymForth/SymForth_expandv.png" width=600>
615

716

0 commit comments

Comments
 (0)