2010年8月2日

SICP 第二章第一节 习题 2.1-2.16

摘要: 2.1(define (make-rat n d) (let ((abs-n (abs n)) (abs-d (abs d)) (g (gcd (abs n) (abs d)))) (if (positive? (* n d)) ... 阅读全文

posted @ 2010-08-02 10:50 草头菜 阅读(184) 评论(0) 推荐(0) 编辑

导航