Example #1
0
 public override Expression SymbolicDiff(Variable var)
 {
     return(Sym.Sqrt(Sym.Pow(Child, 2) + 1e-12).SymbolicDiff(var));
 }