Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9c3776

Browse files
committed
DOC: Document changes in npymath library.
Document the increased use of the system library for C99 complex functions and the addition of improved fallback functions for * npy_ctan, * npy_cacos, npy_casin, npy_catan * npy_ccosh, npy_csinh, npy_ctanh, * npy_cacosh, npy_casinh, npy_catanh
1 parent 3a4127b commit f9c3776

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

doc/release/1.10.0-notes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,19 @@ interpolation behavior.
126126
NumPy arrays are supported as input for ``pad_width``, and an exception is
127127
raised if its values are not of integral type.
128128

129+
More system C99 complex functions detected and used
130+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131+
All of the functions ``in complex.h`` are now detected. There are new
132+
fallback implementations of the following functions.
133+
134+
* npy_ctan,
135+
* npy_cacos, npy_casin, npy_catan
136+
* npy_ccosh, npy_csinh, npy_ctanh,
137+
* npy_cacosh, npy_casinh, npy_catanh
138+
139+
As a result of these improvements, there will be some small changes in
140+
returned values, especially for corner cases.
141+
129142

130143
Changes
131144
=======

0 commit comments

Comments
 (0)