https://bugs.documentfoundation.org/show_bug.cgi?id=165547

Werner Tietz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Werner Tietz <[email protected]> ---
Looks like Calc returns more accurat than excel:

```
from scipy.special import jv, iv
print( f"{jv(2.0 , 1.9)=}")
print( f"{iv(1, 1.5)=}" )

gives:

jv(2.0 , 1.9)=np.float64(0.32992572769238715)
iv(1.0 , 1.5)=np.float64(0.9816664285779078)

```

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to