This is the program he eventually writes to calculate the square root (in Scheme):. (define (improve guess x) (average guess (/ x guess)))
確定! 回上一頁