#ifndef PYTHONIC_INCLUDE_MATH_RADIANS_HPP #define PYTHONIC_INCLUDE_MATH_RADIANS_HPP #include "pythonic/include/utils/functor.hpp" #include "pythonic/math/pi.hpp" PYTHONIC_NS_BEGIN namespace math { template double radians(T x); DEFINE_FUNCTOR(pythonic::math, radians); } PYTHONIC_NS_END #endif