Cwise_asin.cpp 57 Bytes
Newer Older
1
2
Array3d v(0, sqrt(2.) / 2, 1);
cout << v.asin() << endl;