Aatmaj-Zephyr / Aatmaj-Zephyr/BODMAS-calculator
Add double equal to functionality
Open
wontfix
- Dominant language
- Python
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Add double = functionality. But be careful as to how to implement it when bodmas is present. Ideal for 2 number calculator only.
Contributor guide
Research direction
Look at the existing calculator logic in the codebase, likely in a main Python file handling arithmetic operations. Understand how single '=' is processed and where BODMAS rules are applied. Add a '==' operator that triggers calculation on the current expression. Test with simple two-number inputs to ensure it works before and after BODMAS operations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100