Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
189376f1eb10ecaca8a0b1ea00eba0e6f995da27
/
.
/
doc
/
snippets
/
Cwise_atan.cpp
blob: 446844726622a8a9c3bf99c8dd834412985809ef [
file
] [
log
] [
blame
]
Austin Schuh
189376f
2018-12-20 22:11:15 +1100
[
diff
] [
blame^
]
1
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
5
,
0
,
1
);
2
cout
<<
v
.
atan
()
<<
endl
;