Expression derive(String toVar)

The differentiation of Abs is Sgn

Source

//TODO No differentiation possible for x = 0
Expression derive(String toVar) => new Sgn(arg);