cosh 関数。
Inheritance: Unary
Beispiel #1
0
        protected override Function Differentiate()
        {
            Function cosh = new Cosh(this.inner);

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