GregHilston / GregHilston/github-tutorial-calculator
implement cos function
Offen
enhancement
good first issue
help wanted
- Vorherrschende Sprache
- Python
- Sterne
- 3
- Forks
- 10
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
No source file or test path is named in the issue. Locate the existing calculator functions and their tests first, then implement the requested cosine function and verify its behavior with tests covering representative inputs.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- backend
- Issue-Typ
- Feature
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100