Files
eigen/doc/snippets/Cwise_tan.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
62 B
C++
Raw Normal View History

2011-02-03 14:34:40 +01:00
Array3d v(M_PI, M_PI / 2, M_PI / 3);
cout << v.tan() << endl;