image_framework_ymj/include/eigen3/doc/snippets/Cwise_log10.cpp
2024-12-06 16:25:16 +08:00

3 lines
47 B
C++
Executable File

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