C++ Math Library Reference | ![]() ![]() |
Cosecant and hyperbolic cosecant
C++ Prototype
mwArray csc(const mwArray &x); mwArray csch(const mwArray &x);
C++ Syntax
#include "matlab.hpp" mwArray x; // Input argument(s) mwArray Y; // Return value Y = csc(x); Y = csch(x);
MATLAB Syntax
Y = csc(x) Y = csch(x)
See Also
csc
, csch
Calling Conventions![]() | cross | cumprod | ![]() |