Max and Min not catching some vararg symbols calls
Open
- Dominant language
- Julia
- Stars
- 282
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
for example,
``` julia
using SymPy
@syms x
max(0, log(x))
```
raises the following error:
`ERROR: DomainError:
in asBool(::SymPy.Sym) at /Applications/JuliaPro-0.5.1.1.app/Contents/Resources/pkgs-0.5.1.1/lib/v0.5/SymPy/src/logical.jl:101
in max(::Int64, ::SymPy.Sym) at ./operators.jl:87`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.