Nuacht

Composite functions are made when the output from one function is used as the input of another function. The names of the functions are written next to each other, with the function that is used first ...
Struggling with Word's equation editor can be frustrating, but it doesn't have to be. A few simple tricks can make entering and formatting mathematical equations a breeze—no more confusing menus or ...
This repository contains the description of a new math notation based on simple 2D diagrams. These diagrams simplify the way we write numbers, and their relations with each other, using a non-linear ...
This programs uses infix notation and calculates arithmatic operations but does this without converting to a postfix notation first. The program was made possible with the stack class from the STL ...