Getting Inf or 0.0 values when calling Bessel library function in Java

61 Views Asked by At

At some point in my code I need to calculate the modified Bessel of the first kind of order n=1000, but I'm getting whether Inf or 0.0 values when calling the jdistlib.math.Bessel library in java. knowing that my input values are in the range of (0.001 - 1024) can anyone give me any good advice on how to solve this problem ?

0

There are 0 best solutions below