Skip to content

The Hyper-Scientific Calculator is a Rust-based command-line application featuring precise mathematical operations, including advanced functions like square root and exponentiation. Utilizing the rust_decimal and num-traits crates, it ensures accuracy and reliability for scientific calculations in a user-friendly interface.

License

Notifications You must be signed in to change notification settings

Xen0cryst/Hiper_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hiper Calculator

A Rust-based hyper-scientific calculator with basic mathematical operations.

Introduction

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.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Square Root
  • Power

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/Xen0cryst/Hiper_Calculator.git   
    
  2. Navigate to the project directory:

    cd Hiper_Calculator
  3. Build the project:

    cargo build --release
    

Contribution

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature-name
  3. Make your changes and commit them: git commit -m "Description of changes".
  4. Push the changes to your fork: git push origin feature-name.
  5. Open a pull request to the main branch of the original repository.

Licence

This project is licensed under the MIT License.

About

The Hyper-Scientific Calculator is a Rust-based command-line application featuring precise mathematical operations, including advanced functions like square root and exponentiation. Utilizing the rust_decimal and num-traits crates, it ensures accuracy and reliability for scientific calculations in a user-friendly interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages