Skip to content

Commit b1d5edc

Browse files
committed
DOC: sinc: add xp param
1 parent 9ce01a9 commit b1d5edc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/array_api_extra/_funcs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ def sinc(x: Array, /, *, xp: ModuleType) -> Array:
370370
x : array
371371
Array (possibly multi-dimensional) of values for which to calculate
372372
``sinc(x)``. Must have a real floating point dtype.
373+
xp : array_namespace
374+
The standard-compatible namespace for `x`.
373375
374376
Returns
375377
-------

0 commit comments

Comments
 (0)