#ifndef GEOTHMETIC_MEANDIAN_HPP #define GEOTHMETIC_MEANDIAN_HPP #include double geothmetic_meandian(std::vector values); #endif