%PDF- %PDF-
Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/math/ |
Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/math/trunc.hpp |
#ifndef PYTHONIC_MATH_TRUNC_HPP #define PYTHONIC_MATH_TRUNC_HPP #include "pythonic/include/math/trunc.hpp" #include "pythonic/utils/functor.hpp" #include <cmath> PYTHONIC_NS_BEGIN namespace math { template <class T> long trunc(T x) { return x; } } PYTHONIC_NS_END #endif