23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

0acos, acosh<br />

Purpose Inverse cosine and inverse hyperbolic cosine<br />

<strong>C++</strong> Prototype mwArray acos(const mwArray &X);<br />

mwArray acosh(const mwArray &X);<br />

<strong>C++</strong> Syntax #include "matlab.hpp"<br />

<strong>MATLAB</strong><br />

Syntax<br />

mwArray X; // Input argument(s)<br />

mwArray Y; // Return value<br />

Y = acos(X);<br />

Y = acosh(X);<br />

Y = acos(X)<br />

Y = acosh(X)<br />

See Also <strong>MATLAB</strong> acos, acosh Calling Conventions<br />

acos, acosh<br />

25

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!