LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Cwise_sin.cpp
blob46fa908cb8caed7e29f14e0fee9344bef99ba559
1 Array3d v(M_PI, M_PI/2, M_PI/3);
2 cout << v.sin() << endl;