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