Commit 3e19abcb authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 5680f4c8
Pipeline #68 passed with stages
in 11 seconds
......@@ -14,17 +14,17 @@ def _cos(x):
# a function with a complete docstring
def cos(x: float = 0.):
def cos(x: float = 0.) -> float:
""" cosine function
Parameters
----------
x :
x : float
x values
Returns
-------
cos(x)
cos(x) : float
Examples
--------
......
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