arithmetic-operators

There are 43 repositories under arithmetic-operators topic.

  • martinmoene/WholeValue

    Whole value idiom made easy in C++

    Language:C++871
  • 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.

    Language:JavaScript6
  • symbolism

    propensive/symbolism

    A general mechanism to implement symbolic operators in Scala

    Language:Scala6241
  • ferrnd/javascript-fundamentals

    A collection of simple JavaScript exercises demonstrating conditional structures, logical operators, and arithmetic expressions.

    Language:JavaScript5
  • thrunduil/GSLI

    C++ implementation of (generalized) Symmetric Level-Index Arithmetic representation of floating-point numbers

    Language:C++4110
  • arasgungore/arithmator-discord-bot

    A Node.js app that implements a Discord bot for performing basic and advanced arithmetic operations.

    Language:JavaScript320
  • LuMarans30/dec2bin-c

    Three simple algorithms in C that convert a number from decimal to binary.

    Language:C310
  • pradyumnameena/Processor-Design

    ARM Multicycle Processor - 32 bit Assembly instructions - VHDL - Arithmetic and Logical operations, Memory read and write - Vivado

    Language:VHDL3202
  • AntonV0/dog-years

    Project #21 of Codecademy's Full Stack Engineer Career Path

    Language:JavaScript2100
  • KenzieAcademy/backend-katas-functions-loops

    Students compose their own math functions from first principles

    Language:Python230142
  • Madophs/BigInteger

    BigInteger library with the basic operations, very useful for competitive programming

    Language:C++2100
  • AIPTU/arithmetic-sequence

    Language:JavaScript1100
  • FrontEndDeveloper-Gabriel/calculadora

    Sistema de Calculadora Desenvolvida em Python.

    Language:Python1100
  • marleyDip/Basic-HTML--CSS----JS-for-MERN

    Frontend Development - HTML, CSS, JavaScript

    Language:HTML10
  • rickardo-roxas/database-management-gui

    Midterm and Final major requirements for our programming course

    Language:Java1101
  • 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.

    10
  • 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.

    Language:Assembly0100
  • AlexandrTomashevich/Task_Queue_Service

    Масштабируемый и асинхронный сервис очереди задач на Go.


    Language:Go0100
  • allexkz/java-exercises

    Just a basic study around good coding practices with Java. include; variables, data types, arithmetics operators and casting

    Language:Java0100
  • huzaifa113/Assembly-Language-COAL

    This repo contains my Assembly Language course's labs and project I did in my university.

    Language:Assembly0100
  • 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.

    Language:Python0100
  • iNoles/AndroidCalculatorNDK

    Enhance your calculation experience with this Android calculator leveraging native code execution for superior performance.

    Language:Kotlin0211
  • 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.

    Language:Python00
  • 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#.

    Language:HTML0100
  • ShayaanQ/Calculator

    A basic calculator made using c++.

    Language:C++0100
  • 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.

    Language:Assembly0100
  • VANDANAREDDY73/SQL_ORACLE-

    LEARNING SQL AT JSPYDERS UNDER THE GUIDANCE OF GREESHMA SHETTRY MAM.

  • badhonparvej481/Python_Operators

    Language:Jupyter Notebook10
  • 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.

    Language:Python10
  • 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.

    Language:Python10
  • 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).

    Language:Java10
  • VaibhavMojidra/Kotlin---Demo-Arithmetic-Operators

    Kotlin arithmetic operators are used to perform basic mathematical operations such as addition, subtraction, multiplication and division etc.

    Language:Kotlin10