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