MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / dual_number_automatic_differentiation.py

File dual_number_automatic_differentiation.py

maths/dual_number_automatic_differentiation.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from math import factorial
2
3"""
4https://en.wikipedia.org/wiki/Automatic_differentiation#Automatic_differentiation_using_dual_numbers

Callers

nothing calls this directly

Calls 1

differentiateFunction · 0.85

Tested by

no test coverage detected