Cwise_log10.cpp
Go to the documentation of this file.
1 Array4d v(-1,0,1,2);
2 cout << log10(v) << endl;
const Log10ReturnType log10() const
Array4d v(-1, 0, 1, 2)
Array< double, 4, 1 > Array4d
Definition: Array.h:346