Commit 0184c5ce authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

updated example

parent 3b3ba9ed
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -26,5 +26,9 @@ def cos(x: float = 0.):
    -------
    cos(x)

    Examples
    --------
    >>> import numpy as np
    >>> cos(np.pi)
    """
    return np.cos(x)