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