Cwise_log10.cpp 47 B

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