Files
eigen/doc/snippets/Cwise_log10.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
50 B
C++
Raw Permalink Normal View History

2015-03-17 03:40:28 +10:00
Array4d v(-1, 0, 1, 2);
cout << log10(v) << endl;