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