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

Method sin

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

Sine implementation. \param arg function argument \return function value stored in single-preicision

Source from the content-addressed store, hash-verified

1481 /// \param arg function argument
1482 /// \return function value stored in single-preicision
1483 static expr sin(float arg) { return expr(std::sin(arg)); }
1484
1485 /// Cosine implementation.
1486 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
sinFunction · 0.85

Tested by

no test coverage detected