mesytec-mnode/external/taskflow-3.8.0/3rd-party/eigen-3.3.7/doc/snippets/Cwise_log10.cpp

3 lines
47 B
C++
Raw Permalink Normal View History

2025-01-04 01:25:05 +01:00
Array4d v(-1,0,1,2);
cout << log10(v) << endl;