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

Function radians

examples/pde/bhrt.cpp:156–156  ·  view source on GitHub ↗

* @brief Transforms degrees to radians * * @param degrees * @return double */

Source from the content-addressed store, hash-verified

154 * @return double
155 */
156double radians(double degrees) { return degrees * af::Pi / 180.0; }
157
158/**
159 * @brief Computes the cross_product of two euclidean vectors

Callers 1

raytracingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected