Commit ff7ca73
Bug/fix inappropriate symbol and ! for factorial (#255)
* Updated to Python 3.12
* Handle infinity Unicode symbol and fix infinite value comparison
Added ∞ as an alias for oo so students can use the Unicode infinity
symbol as input. Fixed comparison of infinite expressions by using
direct sympy comparison instead of subtraction, since oo - oo yields
nan rather than 0.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Handled exceptions for is_infinite checks during symbolic expression comparison
* Updated sympy to 1.13
* Updated sympy to 1.14 and mpath to 1.4.1
* Added parametric factorial and double factorial tests; implemented warning for unsupported triple factorial notation
* Update CI to use Python 3.12
* Changed mpmath version
* Switched Dockerfile base image to apt package manager for Git installation.
* Switched to use dnf
* Added find to installed requirements
* Set PYTHONPATH in Dockerfile and updated CMD entrypoint format
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b6d8685 commit ff7ca73
3 files changed
Lines changed: 46 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
297 | 301 | | |
298 | 302 | | |
299 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1883 | 1883 | | |
1884 | 1884 | | |
1885 | 1885 | | |
1886 | | - | |
1887 | | - | |
1888 | | - | |
| 1886 | + | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
1889 | 1899 | | |
1890 | 1900 | | |
1891 | 1901 | | |
1892 | 1902 | | |
1893 | 1903 | | |
1894 | | - | |
| 1904 | + | |
| 1905 | + | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
1895 | 1932 | | |
1896 | 1933 | | |
1897 | 1934 | | |
| |||
0 commit comments