Cwise_log10.cpp 50 Bytes
Newer Older
1
2
Array4d v(-1, 0, 1, 2);
cout << log10(v) << endl;