1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-08-15 13:15:57 +08:00
eigen/doc/snippets/Cwise_log10.cpp

3 lines
50 B
C++

Array4d v(-1, 0, 1, 2);
cout << log10(v) << endl;