agardnerIT / agardnerIT/agentcontrol
Create calculator module with basic operations
Open
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Create a simple Python calculator module that provides functions for basic math operations.
## Requirements
- Implement add, subtract, multiply, and divide functions
- Each function should take 2 numbers as input and return the result
## Acceptance Criteria
- [ ] returns a + b
- [ ] returns a - b
- [ ] returns a * b
- [ ] returns a / b (handle division by zero)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.