float value = mean(1.0, 2.0); // Calculate the mean value print(value); // Print it on the terminal // result: 1.5