Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
189376f1eb10ecaca8a0b1ea00eba0e6f995da27
/
.
/
doc
/
snippets
/
Cwise_scalar_power_array.cpp
blob: c968b2c84a7607268ab6692f8d157f55f8ac826c [
file
] [
log
] [
blame
]
Austin Schuh
189376f
2018-12-20 22:11:15 +1100
[
diff
] [
blame^
]
1
Array
<
double
,
1
,
3
>
e
(
2
,-
3
,
1.
/
3.
);
2
cout
<<
"10^["
<<
e
<<
"] = "
<<
pow
(
10
,
e
)
<<
endl
;