Repository URL to install this package:
cdef extern from "mymath.h": double sinc(double) def call_sinc(x): return sinc(x)