Skip to content

Commit

Permalink
Added better description of 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Panadestein committed Oct 21, 2023
1 parent 00e9f6a commit b6da8b2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/scribble/chapter_1.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,14 @@ lower order terms are ignored. @($ "\\blacksquare")

@section[#:style 'unnumbered #:tag "e1.15"]{Exercise 1.15}

The provided code helps to elucidate the solutions without explicit computation.
The following equation provides an elegant way of computing the sinus function. A testimony of the power of
trigonometric identities:

@($$ "
\\sin x = 3\\sin \\frac{x}{3} - 4 \\sin^3\\frac{x}{3}
")

The provided code helps to elucidate the solutions of this problem without explicit computation.

@examples[#:eval my-eval-sicp
#:label #f
Expand Down

0 comments on commit b6da8b2

Please sign in to comment.