Skip to content

Commit 30d58d7

Browse files
authored
Merge pull request #4 from rotkehlxen/fix-in-sine-approximation
correct estimation of order of growth in sine approximation
2 parents ea3509a + d0a8e6f commit 30d58d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chapter1/chapter1.02.scm

+2-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@
165165
;;
166166
;; (a) not fewer than log_3 (12.15/0.1) ;-)
167167
;;
168-
;; (b) order of growth is linear - just one recursive call at most
168+
;; (b) order of growth is logarithmic - if we increase a number by a factor
169+
;; of 3 we need to make one more recursive call
169170
;;
170171

171172

0 commit comments

Comments
 (0)