最初のページ 戻る 次へ 最後のページ

Eが変数のとき

(define (diff-variable x E)

 (if (equal? x E) 1

0

 )

)

diff-variable を定義する

(if …)

(cond …)

どちらでも記述できる