数学

折半查找有条件

You want to solve F(x)=0, if f(a)<0<f(b), so the value must be inside the [a,b].
… 阅读全文>>

So beautiful code

So beautiful (define (f x y) (define (f-helper a b) (+ (* (square a)) (* y b) (* a b))) (f-helper (+ 1 (* x y)) (- 1 y)))
… 阅读全文>>