In scheme how do you apply a value to a function, when given the value and the function?

前端 未结 0 351
庸人自扰
庸人自扰 2020-12-29 08:07

This is the question I am having trouble with

This is what I have so far.

     (define (g f x)
(- (/ (f (+ x (f x))) fx) 1))
相关标签:
回答
  • 消灭零回复
提交回复
热议问题