Skip to content

Instantly share code, notes, and snippets.

@tswedish
Last active May 26, 2020 20:39
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 tswedish/dec92a85a12683895a3dd85e470a6d72 to your computer and use it in GitHub Desktop.
Save tswedish/dec92a85a12683895a3dd85e470a6d72 to your computer and use it in GitHub Desktop.
import math
def sin(dual):
return Dual(math.sin(dual.value), dual.derivative * math.cos(dual.value))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment