OFFSET
0,1
LINKS
T. H. Miller, On the numerical values of the roots of the equation cos x = x, Proc. Edinburgh Math. Soc., Vol. 9 (1890), pp. 80-83.
T. Hugh Miller, On the imaginary roots of cos x = x, Proc. Edinburgh Math. Soc., Vol. 21 (1902), pp. 160-162 (the last 3 pages of the pdf file).
Eric Weisstein's World of Mathematics, Dottie Number.
Wikipedia, Dottie number.
EXAMPLE
0.96226600633306068948508092593102537827547141928666...
MATHEMATICA
z = {x, y} /. FindRoot[{x == Cos[x]*Cosh[y], y == Sin[x]*Sinh[y]}, {{x, 1}, {y, 1}}, WorkingPrecision -> 100]; RealDigits[z[[1]], 10, 90][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Jun 14 2020
STATUS
approved