計算機科学のブログ

2022/07

Building Abstractions with Data - Introduction to Data Abstraction - Extended Exercise: Interval Arithmetic - intervals, small percentage tolerance, approximate percentage tolerance of the product

Structure and Interpretation of Computer Programs: JavaScript Edition(Harold Abelson(著)、Gerald Jay Sussman(著)、Julie Sussman(著)、The MIT Press)のChapter 2(Building Abstractions with Data)、2.1(Introduction to Data Abstraction)、2.1.4(Extended Exercise: Interval Arithmetic)、Exercise 2.13解答を求めてみる。

HaskellのI/O コマンドラインの操作と遅延I/O コマンドラインの操作:遅延評価を使用する方法 問題を遅延リストとして考える 2乗の総和

入門Haskellプログラミング (Will Kurt(著)、株式会社クイープ(監修、翻訳)、翔泳社)のUNIT4(HaskellのI/O)、LESSON 22(コマンドラインの操作と遅延I/O)、22.2(コマンドラインの操作:遅延評価を使用する方法)、問題を遅延リストとして考える、クイックチェック 22-4の解答を求めてみる。