GregHilston / GregHilston/github-tutorial-calculator
Implement natural_log 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 natural log of whatever is passed in. Can someone write this please?
def natural_log(x):
"""Returns the natural log value of x
"""
Write some tests too?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.