GregHilston / GregHilston/github-tutorial-calculator
Implement natural_log function
Aperta
enhancement
good first issue
help wanted
- Lingua principale
- Python
- Stelle
- 3
- Fork
- 10
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start by locating the calculator's function module and test suite. Implement the requested natural_log(x) behavior and add tests for expected results, then run the test suite to confirm the function and tests pass.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- backend
- Tipo di issue
- Funzionalità
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 52/100