LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[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;