| C++ Math Library Reference | ![]() |
Cotangent and hyperbolic cotangent
C++ Prototype
mwArray cot(const mwArray &X); mwArray coth(const mwArray &X);
C++ Syntax
#include "matlab.hpp" mwArray X; // Input argument(s) mwArray Y; // Return value Y = cot(X); Y = coth(X);
MATLAB Syntax
Y = cot(X) Y = coth(X)
See Also
cot, coth Calling Conventions | cos, cosh | cov | ![]() |