%PDF- %PDF-
| Direktori : /usr/lib/python3/dist-packages/pythran/pythonic/include/cmath/ |
| Current File : //usr/lib/python3/dist-packages/pythran/pythonic/include/cmath/cos.hpp |
#ifndef PYTHONIC_INCLUDE_CMATH_COS_HPP
#define PYTHONIC_INCLUDE_CMATH_COS_HPP
#include "pythonic/include/utils/functor.hpp"
#include "pythonic/include/types/complex.hpp"
#include <cmath>
PYTHONIC_NS_BEGIN
namespace cmath
{
template <class T>
std::complex<T> cos(std::complex<T> const &v);
template <class T>
std::complex<T> cos(T const &v);
DEFINE_FUNCTOR(pythonic::cmath, cos);
}
PYTHONIC_NS_END
#endif