Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ absComp
Function
absComp
tests/deprecated/test_utilities.cpp:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
return abs(x); // TODO: make precision agnostic
56
}
57
qreal absComp(qcomp x) {
58
return abs(x); // TODO: make precision agnostic
59
}
60
61
62
Callers
1
areEqual
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected