DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / docs / examples / tutorial / pure / py_cimport.py
12345
from cython.cimports.libc import math def use_libc_math(): return math.ceil(5.5)