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

Function asinh

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

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

Source from the content-addressed store, hash-verified

2496 /// \return area sine value of \a arg
2497// template<typename T> typename enable<expr,T>::type asinh(T arg) { return functions::asinh(arg); }
2498 inline expr asinh(half arg) { return functions::asinh(arg); }
2499 inline expr asinh(expr arg) { return functions::asinh(arg); }
2500
2501 /// Hyperbolic area cosine.

Callers 2

asinhMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected