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

Method tan

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

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

Source from the content-addressed store, hash-verified

1491 /// \param arg function argument
1492 /// \return function value stored in single-preicision
1493 static expr tan(float arg) { return expr(std::tan(arg)); }
1494
1495 /// Arc sine implementation.
1496 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
tanFunction · 0.85

Tested by

no test coverage detected