Sign in
◑
Theme
eigen
/
mirror
/
f96618cd2cfa983e5390c666e4fca6cebc462e26
/
.
/
doc
/
snippets
/
Cwise_log10.cpp
blob: bc2b1c310923f43927015e1e468fed493b48ece5 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array4d
v
(-
1
,
0
,
1
,
2
);
cout
<<
log10
(
v
)
<<
endl
;