grzegorzmazur / yacas

Computer calculations made easy
http://www.yacas.org
GNU Lesser General Public License v2.1
124 stars 24 forks source link

Typo in integral table. #286

Closed BowenFu closed 4 years ago

BowenFu commented 4 years ago

https://github.com/grzegorzmazur/yacas/blob/74af5619cc924d723838a97953392a2a62ca75d3/scripts/integrate.rep/code.ys#L313

Should be IntFunc(x,1/(Sinh(_x)*Tan**h**(_x)),-1/Sinh(x));

grzegorzmazur commented 4 years ago

Thanks!