* @brief Computes the average of the two passed values. * This function computes the average using the standard accepted * formula for doing so. * @return The average of the two passed values. * ...