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
🔥 This project performs a simulation of N and P-type MOSFET transistors. Next, the creation of logic gates is performed using the simulated transistors. Then, a Half-Adder mechanism is created with the logic gates, to later use it in a binary sum algorithm.
An arbitrary precision calculator, used to perform operations involving big arithmetic operations having thousands of digits. Can give input and output in any base.
The Calculator is a tool designed to perform basic arithmetic operations on numbers. Unlike traditional calculators, it accepts input as strings and handles operations with an extended range of numbers. This solves the limitation of typical calculators that require inputs within a finite range.
Binary Calculator: This project is developed using C programming. Linear data structures such as LinkedList and stacks are used. It is used to perform operations on large numbers. It aims to replicate the bc command in Linux, which is a commandline utility, which acts as a scientific calculator.