You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
SDL2 Calculator: A calculator built with C++ and SDL2, supporting basic arithmetic, advanced math functions, and trigonometry. Features a user-friendly graphical interface. 
A simple calculator app built with Flutter, featuring basic math operations, sign toggle, percentage calculations, and a sleek UI. Ideal for beginners learning Flutter widgets, layouts, and state management.
This repository contains simple and well-commented Python programs for learning basic mathematical operations. It includes addition challenges, multiplication tables, and division with remainder, designed especially for kids, school students, and beginners who are starting their journey with Python programming and logic building.
This project implements an arithmetic calculator capable of parsing and evaluating mathematical expressions using a custom stack data structure. The calculator handles various arithmetic operations and parentheses, providing accurate results for complex expressions.
Aplicación Android en Java que implementa una calculadora funcional con diseño moderno. Soporta operaciones básicas (+, −, ×, ÷), decimales y validación de errores como división entre cero. Incluye SplashScreen animado con la API oficial de Google y compatibilidad con SDK 24+.
Practice codes and examples of NumPy basics including array creation, indexing, slicing, broadcasting, random functions, and visualization with Matplotlib.
This is a python program that calculates the amount each person needs to pay on a split bill, based on tip percentage, number of people and total bill.
Python_Begginer_Projects is a collection of simple Python scripts designed to help absolute beginners practice core programming concepts. Each file demonstrates a basic principle of Python such as printing, conditionals, input handling, and simple logic — perfect for first-time coders or classroom exercises.
Java programs and test protocols for the second exercise unit (UE02) in "Software Development 1". Focus: debugging, calculations, and formatted outputs.
A Go-based symbolic algebra engine for parsing, simplifying, and manipulating mathematical expressions. Designed for compilers, research tooling, and symbolic computation. A symbolic math expression simplifier and optimizer.