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

Function tan

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

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

Source from the content-addressed store, hash-verified

2433 /// \return tangent value of \a arg
2434// template<typename T> typename enable<expr,T>::type tan(T arg) { return functions::tan(arg); }
2435 inline expr tan(half arg) { return functions::tan(arg); }
2436 inline expr tan(expr arg) { return functions::tan(arg); }
2437
2438 /// Arc sine.

Callers 6

tanMethod · 0.85
TESTFunction · 0.85
af_skewFunction · 0.85
cart_to_oblate_velocityFunction · 0.85
changeContrastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected