MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / acosh

Function acosh

extern/half/include/half.hpp:2505–2505  ·  view source on GitHub ↗

Hyperbolic area cosine. \param arg function argument \return area cosine value of \a arg template typename enable ::type acosh(T arg) { return functions::acosh(arg); }

Source from the content-addressed store, hash-verified

2503 /// \return area cosine value of \a arg
2504// template<typename T> typename enable<expr,T>::type acosh(T arg) { return functions::acosh(arg); }
2505 inline expr acosh(half arg) { return functions::acosh(arg); }
2506 inline expr acosh(expr arg) { return functions::acosh(arg); }
2507
2508 /// Hyperbolic area tangent.

Callers 2

acoshMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected