Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Cwise_asin.cpp
blob8dad838fd9f29731cceabf9641953396d2a0ebfd
1 Array3d v(0, sqrt(2.)/2, 1);
2 cout << v.asin() << endl;