Implement till 2.62

This commit is contained in:
2020-11-15 11:30:56 -05:00
parent d343170831
commit 3c321654fb
3 changed files with 126 additions and 4 deletions

View File

@@ -198,5 +198,5 @@
(newtons-method (lambda (y) (- (* y y) x)) 1.0))
(newline)
(display "example - Newton's Method")
(display "example - Newton's Method") (newline)
(display (sqrt 3)) (newline)