Closed afternone closed 9 years ago
x = dual(2, 1) y = zeta(x)
will have a error: 'zeta' has no method matching zeta(::Dual{Int64})
zeta(::Dual{Int64})
If you add the derivative rule here, it will "just work" with dual numbers. PRs accepted. Looks like zeta was mentioned in a comment a while ago.
zeta
Many thanks!
will have a error: 'zeta' has no method matching
zeta(::Dual{Int64})