Welcome to Calculator Docs¶
Welcome to the official documentation for Calculator—a lightweight Python calculator package providing basic arithmetic operations like addition, subtraction, multiplication, division, and exponentiation.
Core Features¶
- Simple Syntax: Clean, user-friendly functional design.
- Type-Safe: Complete Python type-hint support for modern development pipelines.
- Fully Documented: NumPy-style API references with robust mathematical constraints.
Next Steps¶
- Head over to the Installation Guide to set up the package.
- Look at the Quickstart page to run your first calculation.
- Dive into the API Reference to explore individual mathematical functions.