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