agardnerIT / agardnerIT/agentcontrol
Create calculator module with basic operations
Abierto
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 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)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.