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

Function cos

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

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

Source from the content-addressed store, hash-verified

2426 /// \return cosine value of \a arg
2427// template<typename T> typename enable<expr,T>::type cos(T arg) { return functions::cos(arg); }
2428 inline expr cos(half arg) { return functions::cos(arg); }
2429 inline expr cos(expr arg) { return functions::cos(arg); }
2430
2431 /// Tangent function.

Callers 15

cosMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
rotateFunction · 0.85
rotateFunction · 0.85
get_pixelFunction · 0.85
rotateFunction · 0.85
boxMullerTransformFunction · 0.85
operator()Method · 0.85
operator()Method · 0.85
computeDescriptorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected