index
:
Tango
software
Twine softwares
Thomas Vanbesien
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Software
/
Visual_Studio
/
TCC
/
Tango.TCC.LoadTestLib
/
EigenDir
/
doc
/
snippets
/
Cwise_log10.cpp
blob: b7ae4a83471807accd7b1fc74d1a4530788858b7 (
plain
)
1
2
Array4d
v
(
-1
,
0
,
1
,
2
);
cout
<<
log10
(
v
)
<<
endl
;