jatkinson1000 / jatkinson1000/git-for-science
Add length equation (Menno)
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 2
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
**Current state**
The code does not include an equation to calculate the length of the pendulum.
**Proposed addition**
A function that calculates the length of the pendulum,$\ell$ based on the period, $T$:
$$\ell = \frac{g T^2}{4 \pi^2}$$
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the Python repository for the existing pendulum calculations and identify the module or entry point where a length function belongs. Implement the stated period-based equation using the project's conventions, then add or run tests that verify the calculated length for representative periods.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100