Benjamin Zanger
Benjamin Zanger
I think this is a duplicate of #1629 and was merged with #1342 . However, FTP is not the same as SFTP. I suggest merging this with #1342 .
Same issue here, also with Error 67
Also see [here](https://github.com/JuliaApproximation/ApproxFun.jl/issues/847) and this pull request [here](https://github.com/JuliaSymbolics/Symbolics.jl/pull/797) for how to do this specialization.
While this is true, I think the desired behavior would be: ```julia julia> @polyvar x (x,) julia> 0 ≤ x ≤ 1 # this would have a side effect on...
Thanks, I think I will use the `InDomain{T}` solution for now. Nevertheless, I think it would be nice if polyvar would work with other polynomial packages. E.g. `Polynomials.jl` throws exact...
I think the normal polynomials are not domain bounded. For Chebyshev, I get: ``` ChebyshevT(rand(10))(x) ERROR: MethodError: no method matching isless(::Int64, ::PolyVar{true}) Closest candidates are: ... ```