Repository URL to install this package:
cdef class Function: cpdef double evaluate(self, double x) except *: return 0