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

Function atanh

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

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

Source from the content-addressed store, hash-verified

2510 /// \return area tangent value of \a arg
2511// template<typename T> typename enable<expr,T>::type atanh(T arg) { return functions::atanh(arg); }
2512 inline expr atanh(half arg) { return functions::atanh(arg); }
2513 inline expr atanh(expr arg) { return functions::atanh(arg); }
2514
2515 /// \}

Callers 2

atanhMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected