You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serge Stinckwich edited this page Jun 26, 2018
·
1 revision
A very condensed explanation why a better result is not possible without further info:
r:=b result first.
(c block value: (IntervalBoxwith: (r inf successor)))asNumber.
" 1.0000000000000018"
(c block value: (IntervalBoxwith: (RealIntervalfromNumber: r sup )))asNumber.
" 1.000000000000007""but:"
c block value: (IntervalBoxwith:(RealIntervalinf: r inf successor sup: r sup)).
"[0.9999999999999982,1.0000000000000107]"
Well ok, probably one needs to think for several seconds, to see why this is an explanation, but at the moment i don't want to delve further into this.