Jump to content

Roots of a function: Difference between revisions

Line 3,293:
(define (find-root f interval)
(define (display-exactness root)
(display (if (and (exact? root) (exact? (f root)))
(exact? (f root))
(zero? (f root)))
" (exact) "
" (inexact) ")))
1,448

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.