Skip to content
Cwise_log10.cpp 47 B
Newer Older
Array4d v(-1,0,1,2);
cout << log10(v) << endl;