Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c55b0172b26fcf0a0b8d5ef0b98c87128e0f6bdb
/
.
/
doc
/
snippets
/
Cwise_scalar_power_array.cpp
blob: c968b2c84a7607268ab6692f8d157f55f8ac826c [
file
] [
log
] [
blame
]
Array
<
double
,
1
,
3
>
e
(
2
,-
3
,
1.
/
3.
);
cout
<<
"10^["
<<
e
<<
"] = "
<<
pow
(
10
,
e
)
<<
endl
;