assert_coscond — Computes the condition number of the cos function.
[c,y] = assert_coscond ( x )
a n-by-m matrix of doubles
a n-by-m matrix of doubles, the condition number
a n-by-m, matrix of doubles, the function values
Computes the condition number of the cos function. The cos function has a large condition number if
<latex> \begin{eqnarray} c(x) = \left| \frac{x \sin(x)}{\cos(x)} \right| \end{eqnarray} </latex>