DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / docs / examples / tutorial / external / cpdef_sin.pyx
1234567
""" >>> sin(0) 0.0 """ cdef extern from "math.h": cpdef double sin(double x)