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

Function sin

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

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

Source from the content-addressed store, hash-verified

2419 /// \return sine value of \a arg
2420// template<typename T> typename enable<expr,T>::type sin(T arg) { return functions::sin(arg); }
2421 inline expr sin(half arg) { return functions::sin(arg); }
2422 inline expr sin(expr arg) { return functions::sin(arg); }
2423
2424 /// Cosine function.

Callers 15

sinMethod · 0.85
lgammaMethod · 0.85
tgammaMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
deathTestFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
rotateFunction · 0.85
rotateFunction · 0.85
get_pixelFunction · 0.85

Calls

no outgoing calls

Tested by 1

deathTestFunction · 0.68