A magnetooptic element whose size is essentially that of a lattice, namely several angstroms in size of magnetic material and which at the same time has its exhibiting magnetooptic effect detectable is provided along with a magnetooptic disk, a memory device and a magnetooptical picture or image...
The following is my attempt at doing so, thus far.: Code: public class MyClass { public double gcd(double a, double b) { // Later, make this return an array. double m = a; double n = b; double d = 1; double x = 1; double y = 1; double i = 0; while( !(m...