| Current Path : /opt/alt/python27/share/doc/alt-python27-Cython/Demos/libraries/ |
| Current File : //opt/alt/python27/share/doc/alt-python27-Cython/Demos/libraries/call_mymath.pyx |
cdef extern from "mymath.h":
double sinc(double)
def call_sinc(x):
return sinc(x)