Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Cython / tests / run / cpdef_extern_func_in_py.pxd
Size: Mime:

cdef extern from "math.h":
    cpdef double pxd_sqrt "sqrt"(double)