Sign in
eigen
/
mirror
/
6f9c2abf31a8f7201edea230f09389c4569291e2
/
.
/
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
;