1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-04 01:34:07 +08:00
eigen/doc/snippets/Cwise_asin.cpp
2013-07-02 14:08:12 +01:00

3 lines
55 B
C++

Array3d v(0, sqrt(2.)/2, 1);
cout << v.asin() << endl;