arithmetic-operations
There are 82 repositories under arithmetic-operations topic.
SaurabhSSB/Python_workout
A collection of beginner Python programs covering essential programming concepts like user input, arithmetic operations, string manipulation, and condition handling. Perfect for early-stage learners to practice and understand Python fundamentals with real-world problem scenarios.
Iqbolshoh/javascript-calculator-website
🧮 JavaScript Calculator is a lightweight and efficient app for basic arithmetic operations (➕➖✖️➗). Built with JavaScript, HTML, and CSS, it features a clean and user-friendly interface. 🚀
bocaletto-luca/Arithmetic-Operations
Arithmetic-Operations is an interactive web app designed to perform and visualize basic mathematical operations dynamically. This tool helps users practice and understand addition, subtraction, multiplication, and division interactively.
Iqbolshoh/java-calculator-app
🧮 A simple yet powerful Java-based calculator application built with Swing and AWT 🖥️. It provides a user-friendly interface and supports basic arithmetic operations with error handling ➕➖✖️➗.
DhruvJ22/LargeIntArithmeticOps
Efficiently perform arithmetic operations on large integers with hundreds of thousands of digits.
LasyaGanesuni/python-tkinter-calculator
This is a simple GUI calculator made with Python 3.8(tkinter)
Mabdullahatif/Programming_Fundamentals
Welcome to my beginner-friendly C++ code repository, containing a collection of simple and helpful programs to learn the fundamentals of C++ programming.
MohHizzani/SigmoidNumbers.jl
This is new edited version of the known SigmoidNumbers
adam-rocska/units-and-measurement-typescript
A modular TypeScript library for working with units and measurements. Supports various formats (tuples, objects, strings) and provides tools for arithmetic, comparison, and unit conversion, all while being type-safe and tree-shakable.
ammarmalik17/Verilog_Adders
This repository contains Verilog HDL implementations of Half Adders, Full Adders, and 4-bit Adders, designed at three different abstraction levels: Gate Level, Dataflow Level, and Behavioral Level. These designs are fundamental to digital electronics, and this project showcases the versatility of Verilog in modeling and simulating digital circuits.
Jasvanth-Hub/Flask-Login-form-and-Arthematic-operations
This project was developed as part of my training in full-stack web development using Flask and Python. It's a simple web application that performs arithmetic operations based on user input.
MoinDalvs/Python_for_Data_Science
1.Python Basics function
shashwatb14/MathGame
🔢 A command line program for mental math problems
areeba0/Fraction-Class-Implementation-with-Overloaded-Operators-in-CPP
The Fraction class in C++ uses fractions with robust arithmetic operations and comparison capabilities. It includes constructors for flexible initialization, overloads operators for intuitive usage (including arithmetic, comparison, and unary operations), and provides utility functions like normalization and error handling for zero denominators.
farincyntiya/image-data-analysis
Image data analysis practices.
Kalyan767Z/Arithmetic_mean_of_two_numbers
HomeWork 1: A program to calculate the arithmetic mean of two numbers in C#. Focuses on input validation, modular methods, and simple arithmetic operations.
Kalyan767Z/Simple_Calculator
HomeWork 3: A basic calculator in C# capable of addition, subtraction, multiplication, and division. Includes error handling for invalid inputs and division by zero.
MohmdAliMohmd/7SegmentsAdvanced
This Windows Forms application implements a 15-digit calculator with a realistic 7-segment display simulation. The calculator supports basic arithmetic operations (addition, subtraction, multiplication, division), decimal values, and includes advanced features like positive/negative toggling
MoSalem149/calculator-web-app_CodeSoft-Level_1-Task_1-Project
This project is a simple calculator web application created for CodeSoft Level 1 Task 1. It performs basic arithmetic operations (addition, subtraction, multiplication, and division) and has a responsive design. The calculator supports both button clicks and keyboard inputs for a better user experience.
neha-dev-dot/ATM-Machine
A simple ATM simulation in Java using OOP concepts. It includes PIN verification, balance check, deposit, and withdrawal features via command-line. Designed to practice Java basics like classes, methods, conditions, and user input.
Not-TNB/Minecraft-Arithmetic-Unit
An 8-bit AU with barebones functionality entirely in Minecraft.
qtle3/bmi_calculator
Calculate your Body Mass Index (BMI) by entering your weight and height. The Python program computes your BMI and tells you if you're within a healthy range, below it, or above it.
qtle3/boxing_weight_classes
The Python Boxing Weight Classifier is a simple Python script that determines the appropriate Olympic boxing weight class based on the user's input weight (in pounds) and gender. It categorizes both men and women into their respective weight classes according to Olympic standards.
qtle3/change_counter
This simple Python program calculates the total dollar value of a given number of quarters, dimes, nickels, and pennies. The user is prompted to enter the count of each type of coin, and the program computes the total value in dollars.
RandomHashTags/swift-unwrap-arithmetic-operators
Toggleable arithmetic operators that trade safety for raw performance.
shashwatb14/crazy_numbers
🔢 Simple mental math game
shuddha2021/SwiftCalc
SwiftCalc - A modern and elegant calculator app for iOS, designed with SwiftUI for seamless user experience. Featuring basic arithmetic functions, clear display, and haptic feedback, SwiftCalc is your go-to tool for quick and accurate calculations.
Urpagin/Weekday
Shows the weekday given a date.
MuhammadSayyadkhan/Pandas-library-Basic-concepts
Welcome to the Pandas Basics library! 🚀 This repository is designed to help beginners and aspiring data scientists grasp the core concepts of Pandas, one of the most powerful Python libraries for data manipulation and analysis.
nickscha/aritlex
C89, single header, nostdlib arithmetic lexer
SaadARazzaq/arithmetic-rnn-from-scratch
Arithmetic RNN: Sequential Computation Learning with Custom Recurrent Neural Networks
sauravnikam/marks-percentage-calculator
In this project where we take marks of 5 subjects out of 100 add print the total marks and percentage for it.
sauravnikam/Salary-Tax-Calculating-As-Per-Condition
This is a mini project where user gets salary deductions as per their annual payment
sauravnikam/salarycalculator
This is a mini project where users gets the annual salary after some deductions
sauravnikam/temperature-calculator
In this project we accept temperature in Fahrenheit and convert it into Celsius and Kelvin
ShauryaKochhar/Advanced-Calculator
This is an advanced calculator created in 'C' programming language to perform advanced mathematical and financial calculations such as the calculation of simple and compound interest and also for temperature conversions.