ss928_framework/ss928sdk/include/eigen3/doc/snippets/Cwise_asin.cpp

3 lines
55 B
C++
Raw Permalink Normal View History

2024-12-16 13:31:45 +08:00
Array3d v(0, sqrt(2.)/2, 1);
cout << v.asin() << endl;