Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
template<typename T>
77
static inline T division(T lhs, double rhs) {
78
return lhs / rhs;
79
}
80
81
template<>
82
inline cfloat division<cfloat>(cfloat lhs, double rhs) {
Callers
3
stdev
Function · 0.50
median
Function · 0.50
varAll
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected