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

Function division

src/backend/cpu/math.hpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76template<typename T>
77static inline T division(T lhs, double rhs) {
78 return lhs / rhs;
79}
80
81template<>
82inline cfloat division<cfloat>(cfloat lhs, double rhs) {

Callers 3

stdevFunction · 0.50
medianFunction · 0.50
varAllFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected