3 lines
47 B
C++
Raw Normal View History

2022-04-07 18:46:57 +02:00
Array4d v(-1,0,1,2);
cout << log10(v) << endl;