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