repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git]
/
ground
/
gcs
/
src
/
libs
/
eigen
/
doc
/
snippets
/
Cwise_scalar_power_array.cpp
blob
c968b2c84a7607268ab6692f8d157f55f8ac826c
1
Array
<
double
,
1
,
3
>
e
(
2
,-
3
,
1
./
3
.);
2
cout
<<
"10^["
<<
e
<<
"] = "
<<
pow
(
10
,
e
) <<
endl
;