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