- Arithmetic operators
- Operator overload
>
,<
,>=
,<=
,==
and!=
.+
,-
,*
, and/
.pre-increment
,post-increment
,pre-decrement
andpost-decrement
.min
,max
- Fixed Point Number
- Introduction to Fixed Point Number Representation
- Operator overload
<<
- Fixed point
- copy constructor: 初期化されていないオブジェクトを存在するオブジェクトの情報を使って初期化する.
- Assignment operator: 初期化されているオブジェクトの情報に別のオブジェクトの情報を上書きする.
by Jeff Bezanson
- Every programmer should understand enough about floating point numbers to avoid the pitfalls of assuming perfect precision.
- Background: Accuracy vs. Precision
- Floating Point Representation
- Bonus: Printing Floating Point Numbers Cleanly