Add documentation and very simple test for array atan().

This commit is contained in:
Jitse Niesen 2014-06-19 15:07:42 +01:00
parent eb49100de9
commit 55453c51e8

View File

@ -142,6 +142,9 @@ tan() const
}
/** \returns an expression of the coefficient-wise arc tan of *this.
*
* Example: \include Cwise_atan.cpp
* Output: \verbinclude Cwise_atan.out
*
* \sa cos(), sin(), tan()
*/