practice_geomethicMeandian/cpp_impl/src/geometric_mean.hpp

7 lines
106 B
C++
Raw Normal View History

2021-05-01 13:31:59 +00:00
#ifndef GEOMETRIC_MEAN_HPP
#define GEOMETRIC_MEAN_HPP
double geometric_mean(double a, double b);
#endif