1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-04 09:44:06 +08:00
2011-02-03 14:34:40 +01:00

3 lines
58 B
C++

Array3d v(M_PI, M_PI/2, M_PI/3);
cout << v.tan() << endl;