We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is all the info
_ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.11.1 (2024-10-16) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> using ApproxFun (@v1.11) pkg> status ApproxFun Status `~/julia-versions/dot_julia/environments/v1.11/Project.toml` [28f2ccd6] ApproxFun v0.13.27 julia> x = Fun(identity, -1..1) Fun(Chebyshev(-1 .. 1), [0.0, 1.0]) julia> f = sign(x) # this works Fun(Chebyshev(Segment(-1.0, 0.0)) ⨄ Chebyshev(Segment(0.0, 1.0)), [-1.0, 1.0]) julia> g = sign(x) - x ERROR: MethodError: no method matching arclength(::DomainSets.Point{Float64}) The function `arclength` exists, but no method is defined for this combination of argument types. Closest candidates are: arclength(::ApproxFunBase.EmptyDomain) ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is all the info
The text was updated successfully, but these errors were encountered: