Skip to content

Instantly share code, notes, and snippets.

@alonmuroch
Created September 1, 2020 11:37
Show Gist options
  • Save alonmuroch/1faa754cca6e698f040a6cfd05f9de61 to your computer and use it in GitHub Desktop.
Save alonmuroch/1faa754cca6e698f040a6cfd05f9de61 to your computer and use it in GitHub Desktop.
# evaluate the equation y=x^3+x+5 for x
def qeval(x):
return x^3+x+5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment