login
Decimal expansion of the real fixed point of the tanhc function.
0

%I #8 Aug 15 2015 15:18:09

%S 8,2,2,4,2,9,2,7,7,2,6,9,1,2,1,8,9,1,3,4,9,9,9,8,7,2,4,2,5,6,6,5,9,0,

%T 9,3,2,9,1,5,4,7,9,4,6,2,0,8,7,6,5,8,7,3,9,5,3,1,1,5,9,0,6,6,9,7,8,3,

%U 5,4,1,8,6,3,8,7,0,9,8,5,6,8,8,4,5,4,9,3,8,2,6,0,2,6,0,7,9,7,6,4,2,3,9,1,0

%N Decimal expansion of the real fixed point of the tanhc function.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/TanhcFunction.html">Tanhc Function</a>

%e 0.82242927726912189134...

%t RealDigits[ x /. FindRoot[Tanh[x]/x == x, {x, 1}, WorkingPrecision -> 110], 10, 105] // First (* _Jean-François Alcover_, Feb 07 2013 *)

%K nonn,cons

%O 0,1

%A _Eric W. Weisstein_, Sep 28 2007