diff libinterp/corefcn/besselj.cc @ 24906:451f4f291f46 stable

Modified Bessel functions to compute the output with any input (instead of returning NaN(, giving IERR=4 (see bug #48316) -- changed libinterp/corefcn/besselj.cc changed liboctave/external/amos/README changed liboctave/external/amos/cbesh.f changed liboctave/external/amos/cbesi.f changed liboctave/external/amos/cbesj.f changed liboctave/external/amos/cbesk.f changed liboctave/external/amos/zbesh.f changed liboctave/external/amos/zbesi.f changed liboctave/external/amos/zbesj.f changed liboctave/external/amos/zbesk.f changed liboctave/numeric/lo-specfun.cc changed scripts/specfun/bessel.m
author Michele Ginesi <michele.ginesi@gmail.com>
date Thu, 07 Sep 2017 15:58:26 +0200
parents a81af57f6144
children 6652d3823428
line wrap: on
line diff
--- a/libinterp/corefcn/besselj.cc	Thu Sep 07 15:49:57 2017 +0200
+++ b/libinterp/corefcn/besselj.cc	Thu Sep 07 15:58:26 2017 +0200
@@ -335,7 +335,7 @@
 accuracy.
 
 @item
-Complete loss of significance by argument reduction, return @code{NaN}.
+Loss of significance by argument reduction, output may be inaccurate.
 
 @item
 Error---no computation, algorithm termination condition not met, return
@@ -648,7 +648,7 @@
  of machine accuracy.
 
 @item
-Complete loss of significance by argument reduction, return @code{NaN}.
+Loss of significance by argument reduction, output may be inaccurate.
 
 @item
 Error---no computation, algorithm termination condition not met,