Finger Exercise
¥
int x = 5;
¥
x*x
¥
double d = .000001;
¥
double dd = d*d;
¥
dd
¥
dd*dd
¥
1. + dd
¥
1. + dd*dd