mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add tan function in Array world
This commit is contained in:
2
doc/snippets/Cwise_tan.cpp
Normal file
2
doc/snippets/Cwise_tan.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
Array3d v(M_PI, M_PI/2, M_PI/3);
|
||||
cout << v.tan() << endl;
|
||||
Reference in New Issue
Block a user