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

updated example

parent 3b3ba9ed
...@@ -26,5 +26,9 @@ def cos(x: float = 0.): ...@@ -26,5 +26,9 @@ def cos(x: float = 0.):
------- -------
cos(x) cos(x)
Examples
--------
>>> import numpy as np
>>> cos(np.pi)
""" """
return np.cos(x) return np.cos(x)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment