Subtracts the second value from the first: a - b
double calculationSubtract(double a, double b) => a - b;