mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
This commit introduces a new dataset for complex number arithmetic operations: - Implements ComplexArithmeticDataset for generating complex number problems - Supports addition, subtraction, multiplication, and division operations Part of the algebra tasks collection in reasoning-gym. |
||
|---|---|---|
| .. | ||
| algebra | ||
| algorithmic | ||
| arithmetic | ||
| code | ||
| cognition | ||
| data | ||
| games | ||
| geometry | ||
| graphs | ||
| logic | ||
| __init__.py | ||
| dataset.py | ||
| factory.py | ||
| utils.py | ||