This project was given while studying Game Programming at Media Design School. It features functions that are used within Discrete maths. Specifically, for floating numbers, functions like Magnitude, Equals (precision vs accuracy between two numbers), Floor, Ceiling, Combination, Permutations, etc.. These functions for floating point numbers are then utilized within the logic functions to determine certain questions about the given set of numbers.
"A Discrete Maths Library, akin to the STD maths library in C++."
Main.cpp Code for testing
Discretemaths.h file, outlining all the functions used