OpenGrok
Cross Reference: Cwise_log10.cpp
xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_log10.cpp
Home
|
History
|
Annotate
|
Download
|
only in
snippets
1
Array4d
v(-
1,0
,
1,2
);
2
cout
<<
log10
(v) <<
endl
;
3