This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, PR] Crash of Bessel functions at x==0!


All,

This patch catches cyl_bessel_i, and cyl_bessel_j returning -nan for zero argument. Not sure how i missed that.

Anyhow, this patch cleans that up.
Also, spurious const is removed from numeric arguments of internal functions throughout the TR1 special maths.
Also, a better asymptotic treatment of Bessel functions is supplied.


Ed

Attachment: CL_specfun_tr1
Description: Text document

Attachment: patch_specfun_tr1_3
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]