OFFSET
0,1
COMMENTS
Fixed point of cardinal sine (sinc) function. - Michal Paulovic, Jun 13 2023
EXAMPLE
0.87672621539506244597211864314192813997168545140130499558964277342...
MAPLE
Digits:=105; fsolve(sin(x)/x-x, x); # Michal Paulovic, Jun 13 2023
MATHEMATICA
RealDigits[ FindRoot[ Sin[x] == x^2, {x, {.7, 1}}, WorkingPrecision -> 120][[1, 2, 1]], 10, 111][[1]]
PROG
(PARI) solve(x=0.8, 0.9, sin(x)/x-x) \\ Michal Paulovic, Jun 13 2023
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Denton J. Dailey (djd1497(AT)aol.com), Dec 18 2006
EXTENSIONS
More terms from Robert G. Wilson v, Dec 21 2006
STATUS
approved