Skip to content

Commit

Permalink
Cleaned-up and organized arithmetic input examples
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed May 3, 2009
1 parent 1910c38 commit 4669244
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/input/arithmetic/error.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1 ++ 2
File renamed without changes.
4 changes: 4 additions & 0 deletions examples/input/arithmetic/taylor-sin.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(1 / 2)
- (1 / (2 * 2 * 2)) / (3 * 2)
+ (1 / (2 * 2 * 2 * 2 * 2)) / (5 * 4 * 3 * 2)
- (1 / (2 * 2 * 2 * 2 * 2 * 2 * 2)) / (7 * 6 * 5 * 4 * 3 * 2)

0 comments on commit 4669244

Please sign in to comment.