chakravala / chakravala/Reduce.jl
[Upstream] Integration error? (cannot parse unusual output format)
Open
enhancement
upstream
- Dominant language
- Julia
- Stars
- 249
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
My use-case is:
```
x = :x
int(log(x)/x, x, 0, 1) # works fine
int(log(x)/(x - 1), x, 0, 1) # error
ERROR: Reduce:
*hold(limit)$$$$
at line 1
***** Too few right parentheses
- 2*limit!+(( - 2*int(log(x)/(2*x**2 + x),x) + log(x)**2)/4,x,0) - sub(x=1,int(
log(x)/(2*x**2 + x),x)) - 2*pi**2
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.