Sign in
eigen
/
mirror
/
14e2ab02b58ba07e2be6b003bc178a0ec5e1015b
/
.
/
doc
/
snippets
/
Cwise_tan.cpp
blob: b758ef04a109159bdb44be7b3e7c62cee7933a8f [
file
]
Array3d
v
(
M_PI
,
M_PI
/
2
,
M_PI
/
3
);
cout
<<
v
.
tan
()
<<
endl
;