protected override Function Differentiate() { Function cosh = new Cosh(this.inner); return((Constant)1 / (cosh * cosh)); }
protected override Function Differentiate() { Function cosh = new Cosh(this.inner); return (Constant)1 / (cosh * cosh); }