Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sicp.info
Original file line number Diff line number Diff line change
Expand Up @@ -8382,9 +8382,9 @@ form that may be simplest for one purpose may not be for another.
handle more kinds of expressions. For instance, implement the
differentiation rule

n_1 n_2
--- = --- if and only if n_1 d_2 = n_2 d_1
d_1 d_2
d(u^n) / du \
------ = n u^(n-1) | -- |
dx \ dx /

by adding a new clause to the `deriv' program and defining
appropriate procedures `exponentiation?', `base', `exponent', and
Expand Down