Cwise_tan.cpp revision c981c48f5bc9aefeffc0bcb0cc3934c2fae179dd
1Array3d v(M_PI, M_PI/2, M_PI/3);
2cout << v.tan() << endl;
3