Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Cwise_tan.cpp
blobb758ef04a109159bdb44be7b3e7c62cee7933a8f
1 Array3d v(M_PI, M_PI/2, M_PI/3);
2 cout << v.tan() << endl;