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
What steps will reproduce the problem?
1. run the gotour and look at the slide 43 "Exercise: Loops and Functions"
What is the expected output? What do you see instead?
The hint is misleading. Looking at the provided Newton formula, there is z in denominator. The hint suggest using z := 0.0 as a starting point. This directly leads to division by zero.
It'l be better to use another value for the hint. For instance 1.0. or x/2.
What version of the product are you using? On what operating system?
I think the last from repository. I checked it out yesterday.
Please provide any additional information below.
Original issue reported on code.google.com by Radek.Hnilica on 22 Oct 2011 at 2:15
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Radek.Hnilica
on 22 Oct 2011 at 2:15The text was updated successfully, but these errors were encountered: