def T(a,b,d): T = (math.cosh(a+b) - math.cosh(a-b))/(math.cosh(a+b) + math.cosh(d)) return T #Calculation of SINH function of Kappa