mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-30 04:56:52 +01:00
Merge branch 'develop' into feat/typehints
This commit is contained in:
commit
54a8e022df
17 changed files with 2880 additions and 69 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue