Sign in
eigen
/
mirror
/
cf12474a8b7c121f7ca95e28f8ee3f8d9405cd41
/
.
/
doc
/
snippets
/
Cwise_log10.cpp
blob: b7ae4a83471807accd7b1fc74d1a4530788858b7 [
file
]
Array4d
v
(-
1
,
0
,
1
,
2
);
cout
<<
log10
(
v
)
<<
endl
;