OFFSET
0,1
EXAMPLE
0.7032906588639654...
MAPLE
Digits:=105:fsolve(cos(x)^sinh(x)-(sinh(x)^cos(x)) =0, x, 0..5);
MATHEMATICA
RealDigits[ FindRoot[Cos[x]^Sinh[x] == Sinh[x]^Cos[x], {x, {0, 5} }, WorkingPrecision -> 120] [[0, 5] ]] [[2]]
PROG
(PARI) solve(x=0, 1, my(c=cos(x), s=sinh(x)); c^s-s^c) \\ Charles R Greathouse IV, May 15 2026
CROSSREFS
KEYWORD
AUTHOR
Michel Lagneau, Aug 12 2012
STATUS
approved
