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