Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2025-10-10 15:34:40 +00:00
commit c3873d27d2
3 changed files with 7 additions and 2 deletions

View file

@ -152,7 +152,7 @@ def test_function_overloading():
np.arccos(1 / b)
np.arctan(1 / b)
np.arctanh(1 / b)
np.sinc(1 / b)
#np.sinc(1 / b) # Commented out for now
b ** b
0.5 ** b