JuliaMath / SpecialFunctions.jl

Special mathematical functions in Julia
https://specialfunctions.juliamath.org/stable/
Other
350 stars 97 forks source link

Most bessel functions do not preserve input type #230

Open denizyuret opened 4 years ago

denizyuret commented 4 years ago
julia> x                                                                                                                                                     
0.22919536f0                                                                                                                                                 

julia> besseli(2,x)                                                                                                                                          
0.006595105469050567                                                                                                                                         
PaulXiCao commented 4 years ago

I will look into this. See pr #234 (is currently a draft)