arithmetic-operators
There are 43 repositories under arithmetic-operators topic.
martinmoene/WholeValue
Whole value idiom made easy in C++
ferrnd/javascript-for-loops
A collection of JavaScript exercises focused on mastering the for loop. This repository includes various examples of loops performing calculations, generating sequences, and solving numeric problems such as factorials, sums, and multiples.
propensive/symbolism
A general mechanism to implement symbolic operators in Scala
ferrnd/javascript-fundamentals
A collection of simple JavaScript exercises demonstrating conditional structures, logical operators, and arithmetic expressions.
thrunduil/GSLI
C++ implementation of (generalized) Symmetric Level-Index Arithmetic representation of floating-point numbers
arasgungore/arithmator-discord-bot
A Node.js app that implements a Discord bot for performing basic and advanced arithmetic operations.
LuMarans30/dec2bin-c
Three simple algorithms in C that convert a number from decimal to binary.
pradyumnameena/Processor-Design
ARM Multicycle Processor - 32 bit Assembly instructions - VHDL - Arithmetic and Logical operations, Memory read and write - Vivado
AntonV0/dog-years
Project #21 of Codecademy's Full Stack Engineer Career Path
KenzieAcademy/backend-katas-functions-loops
Students compose their own math functions from first principles
Madophs/BigInteger
BigInteger library with the basic operations, very useful for competitive programming
FrontEndDeveloper-Gabriel/calculadora
Sistema de Calculadora Desenvolvida em Python.
marleyDip/Basic-HTML--CSS----JS-for-MERN
Frontend Development - HTML, CSS, JavaScript
rickardo-roxas/database-management-gui
Midterm and Final major requirements for our programming course
srinivas6303/SQL-Concepts
This repository contains text files that cover various concepts and functionalities in MySQL. Each file provides detailed explanations and examples, making it a valuable resource for learning and reference.
AhmedMahmmoud/My-projects-in-the-first-year
My projects are in the first year, which I created using the C# language
akispapapanagiotou/assembly-programs
A repository containing various assembly language programs for microcontrollers.
AlexandrTomashevich/Task_Queue_Service
Масштабируемый и асинхронный сервис очереди задач на Go.
allexkz/java-exercises
Just a basic study around good coding practices with Java. include; variables, data types, arithmetics operators and casting
huzaifa113/Assembly-Language-COAL
This repo contains my Assembly Language course's labs and project I did in my university.
imDarshanGK/HackerRank
This repository showcases my solutions to various coding challenges on HackerRank. It covers a range of topics, including algorithms, data structures, and problem-solving skills. The solutions are organized by categories for easy navigation.
iNoles/AndroidCalculatorNDK
Enhance your calculation experience with this Android calculator leveraging native code execution for superior performance.
jjginga/MathExpressionEvaluator
CodeWars Kata -A Java-based mathematical expression evaluator that processes and computes the results of expressions provided as strings. The evaluator supports various operators and respects mathematical precedence.
Marcelpmf/Python-Mundo-1-Curso-do-Gustavo-Guanabara
Repositório de exercícios do primeiro módulo (Mundo 1) do curso de Python do Professor Gustavo Guanabara. Neste repositório, encontram-se exercícios relacionados a estruturas de módulos, manipulação de texto, condicionais e cores.
RosalineWeb/C-Sharp-Operators-Assignment
This assignment was created as part of my early journey in learning C#. It focuses on writing simple yet meaningful programs using **arithmetic**, **comparison**, and **logical** operators. The goal is to build confidence with syntax and logic structures in C#.
ShayaanQ/Calculator
A basic calculator made using c++.
sptallent/microcontroller-lab
This repository contains assembly language programs developed as part of the EEC 345 Microprocessor Electronics course. The programs demonstrate various concepts and functionality related to microprocessors, including arithmetic operations, control flow, and problem-solving techniques.
VANDANAREDDY73/SQL_ORACLE-
LEARNING SQL AT JSPYDERS UNDER THE GUIDANCE OF GREESHMA SHETTRY MAM.
imDarshanGK/Operators
The "Operators in Python" repository showcases various Python operators, including arithmetic, logical, comparison, and assignment operators. Each operator is demonstrated with examples, providing a clear understanding of their functionality and how they can be applied in real-world coding scenarios.
reity/algebraical
Subclass of the built-in function type for representing algebraic operators (that are typically associated with algebraic structures and algebraic circuits) as immutable, hashable, sortable, and callable objects.
VaibhavMojidra/Java---Demo-Arithmetic-Operators
The Java programming language supports various arithmetic operators for all floating-point and integer numbers. These operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo).
VaibhavMojidra/Kotlin---Demo-Arithmetic-Operators
Kotlin arithmetic operators are used to perform basic mathematical operations such as addition, subtraction, multiplication and division etc.