commit | 7b829940d1ce106f9b83aba63782cb7be689ba5d | [log] [tgz] |
---|---|---|
author | Deanna Hood <deanna.m.hood@gmail.com> | Tue Mar 17 03:40:28 2015 +1000 |
committer | Deanna Hood <deanna.m.hood@gmail.com> | Tue Mar 17 03:40:28 2015 +1000 |
tree | f901d47c0e076c15997451ce03a42675d9133b1a | |
parent | 1d76ceab551e1918bb049f473fc9a57f90dee028 [diff] [blame] |
Add code snippets for new methods
diff --git a/doc/snippets/Cwise_log10.cpp b/doc/snippets/Cwise_log10.cpp new file mode 100644 index 0000000..b7ae4a8 --- /dev/null +++ b/doc/snippets/Cwise_log10.cpp
@@ -0,0 +1,2 @@ +Array4d v(-1,0,1,2); +cout << log10(v) << endl;