Repository URL to install this package:
|
Version:
0.29.7 ▾
|
cdef class Function:
cpdef double evaluate(self, double x) except *
cdef class SinOfSquareFunction(Function):
cpdef double evaluate(self, double x) except *