fix docstring of sinc
This commit is contained in:
parent
1150554ad5
commit
6000743c45
1 changed files with 2 additions and 2 deletions
|
|
@ -571,8 +571,8 @@ MP_DEFINE_CONST_FUN_OBJ_1(vector_sin_obj, vector_sin);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ULAB_NUMPY_HAS_SINC
|
#if ULAB_NUMPY_HAS_SINC
|
||||||
//| def sin(a: _ArrayLike) -> ulab.numpy.ndarray:
|
//| def sinc(a: _ArrayLike) -> ulab.numpy.ndarray:
|
||||||
//| """Computes the sine function"""
|
//| """Computes the normalized sinc function"""
|
||||||
//| ...
|
//| ...
|
||||||
//|
|
//|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue