JuliaApproximation / ApproxFunBase.jl

Core functionality of ApproxFun
MIT License
12 stars 13 forks source link

Convert to float in transform/itransform #627

Closed jishnub closed 5 months ago

jishnub commented 5 months ago

With this, the following works:

julia> transform(Chebyshev(), 1:2)
2-element Vector{Float64}:
  1.5
 -0.7071067811865476

Fix https://github.com/JuliaApproximation/ApproxFun.jl/issues/659

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (768625d) 75.07% compared to head (272ead2) 70.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #627 +/- ## ========================================== - Coverage 75.07% 70.50% -4.58% ========================================== Files 80 80 Lines 8439 8405 -34 ========================================== - Hits 6336 5926 -410 - Misses 2103 2479 +376 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.