Skip to content
Cwise_acos.cpp 55 B
Newer Older
Luker's avatar
Luker committed
Array3d v(0, sqrt(2.)/2, 1);
cout << v.acos() << endl;