A Rust-based hyper-scientific calculator with basic mathematical operations.
Welcome to the Hiper Calculator project! This Rust program provides a simple console-based interface for performing basic and advanced mathematical operations. It leverages the rust_decimal
crate for precise decimal arithmetic and num-traits
for numeric traits.
- Addition
- Subtraction
- Multiplication
- Division
- Square Root
- Power
-
Clone the repository:
git clone https://github.com/Xen0cryst/Hiper_Calculator.git
-
Navigate to the project directory:
cd Hiper_Calculator
-
Build the project:
cargo build --release
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Description of changes".
- Push the changes to your fork:
git push origin feature-name.
- Open a pull request to the
main
branch of the original repository.
This project is licensed under the MIT License.