image_framework_ymj/include/eigen3/doc/snippets/Cwise_log10.cpp

3 lines
47 B
C++
Raw Normal View History

2024-12-06 16:25:16 +08:00
Array4d v(-1,0,1,2);
cout << log10(v) << endl;