Skip to content

Instantly share code, notes, and snippets.

@nwiizo
Created September 12, 2016 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nwiizo/f811d1baaa29b0c9586f465e9bf88ae8 to your computer and use it in GitHub Desktop.
Save nwiizo/f811d1baaa29b0c9586f465e9bf88ae8 to your computer and use it in GitHub Desktop.
from libc.math cimport sin
cdef double f(double x):
return sin(x*x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment