%PDF- %PDF-
Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/cmath/ |
Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/cmath/log.hpp |
#ifndef PYTHONIC_CMATH_LOG_HPP #define PYTHONIC_CMATH_LOG_HPP #include "pythonic/include/cmath/log.hpp" #include "pythonic/utils/functor.hpp" #include "pythonic/types/complex.hpp" #include <cmath> PYTHONIC_NS_BEGIN namespace cmath { using std::log; double log(double x, double base) { return log(x) / log(base); } } PYTHONIC_NS_END #endif