Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
72890c2da170577883e6431bd92d612716a31b85
/
.
/
doc
/
snippets
/
Cwise_tan.cpp
blob: b758ef04a109159bdb44be7b3e7c62cee7933a8f [
file
] [
log
] [
blame
]
Array3d
v
(
M_PI
,
M_PI
/
2
,
M_PI
/
3
);
cout
<<
v
.
tan
()
<<
endl
;