Merge branch 'develop' into feat/typehints

This commit is contained in:
Justus Kuhlmann 2025-11-03 11:54:01 +01:00 committed by GitHub
commit 54a8e022df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 2880 additions and 69 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