JuliaDiff / DualNumbers.jl

Julia package for representing dual numbers and for performing dual algebra
Other
80 stars 30 forks source link

Add sign(::Dual) #22

Closed joehuchette closed 8 years ago

joehuchette commented 9 years ago

Note: I'm not certain this is correct!

mlubin commented 9 years ago

The derivative of sign is zero almost everywhere, so the epsilon component should be zero.

mlubin commented 8 years ago

Also stale