C Math Library Reference | ![]() ![]() |
Inverse cotangent and inverse hyperbolic cotangent
C Prototype
mxArray *mlfAcot(mxArray *X); mxArray *mlfAcoth(mxArray *X);
C Syntax
#include "matlab.h" mxArray *X; /* Required input argument(s) */ mxArray *Y = NULL; /* Return value */ mlfAssign(&Y, mlfAcot(X)); mlfAssign(&Y, mlfAcoth(X));
MATLAB Syntax
Y = acot(X) Y = acoth(X)
See Also
acot
, acoth
Calling Conventions![]() | mlfAcos, mlfAcosh | mlfAcsc, mlfAcsch | ![]() |