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
|
||||
|
||||
#if ULAB_NUMPY_HAS_SINC
|
||||
//| def sin(a: _ArrayLike) -> ulab.numpy.ndarray:
|
||||
//| """Computes the sine function"""
|
||||
//| def sinc(a: _ArrayLike) -> ulab.numpy.ndarray:
|
||||
//| """Computes the normalized sinc function"""
|
||||
//| ...
|
||||
//|
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue