double tan(const Degree& degree) { return std::tan(degree.toRadian()); }
double cos(const Degree& degree) { return std::cos(degree.toRadian()); }