GregHilston / GregHilston/github-tutorial-calculator
implement cos function
Open
enhancement
good first issue
help wanted
- Dominant language
- Python
- Stars
- 3
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
It'd be nice to have a function that would calculate the cosine of whatever is passed in. Can someone write this please?
```
def cosine(x):
"""Returns the cosine value of x
"""
```
Perhaps write some tests too?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.