My Project
 All Classes Files Functions
Calculations.h
Go to the documentation of this file.
1 
6 {
7 public:
8  float Division(float a, float b);
9  float Multiplication(float a, float b);
10  float Addition (float a, float b);
11  float Subtraction (float a , float b);
12 };
float Division(float a, float b)
Calculations (Tested Class)
Definition: Calculations.h:5
float Addition(float a, float b)
float Multiplication(float a, float b)
float Subtraction(float a, float b)