Skip to content

Commit 68e0a6f

Browse files
committed
DOC: sinc: more tweaks
1 parent 7eed00d commit 68e0a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/array_api_extra/_funcs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ def sinc(x: Array, /, *, xp: ModuleType) -> Array:
367367
368368
Parameters
369369
----------
370-
x : array of floats
370+
x : array
371371
Array (possibly multi-dimensional) of values for which to calculate
372-
``sinc(x)``. Should have a floating point dtype.
372+
``sinc(x)``. Must have a real floating point dtype.
373373
374374
Returns
375375
-------

0 commit comments

Comments
 (0)