Commit 9b1591d
committed
Enhance trigonometric function tests to verify mathematical correctness
Updated tests to verify that integrals produce mathematically correct results:
- ∫sin(x)dx derivative should equal sin(x)
- ∫cos(x)dx derivative should equal cos(x)
- ∫tan(x)dx derivative should equal tan(x)
This ensures the Risch method not only runs without errors but produces
the correct mathematical results that calculus expects.1 parent 8df9d1d commit 9b1591d
1 file changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
24 | 42 | | |
25 | 43 | | |
0 commit comments