jatkinson1000 / jatkinson1000/git-for-science
Add length equation
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 2
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Currently one cannot calculate length from the period.
Period is easier to measure (I think), users may want to get lengths this way.
We should add and function for that, e.g. by inverting expression for the period
```math
L = g (\frac{P}{2 \pi})^2
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing period calculation and any related tests. Use the equation in the issue as the specification for the new function, and consider the work done when users can calculate length from a supplied period and the behavior is covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100