aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TCC/Tango.TCC.LoadTestLib/EigenDir/doc/snippets/Cwise_tan.cpp
blob: b758ef04a109159bdb44be7b3e7c62cee7933a8f (plain)
1
2
Array3d v(M_PI, M_PI/2, M_PI/3);
cout << v.tan() << endl;