MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / absReal

Function absReal

tests/deprecated/test_utilities.cpp:54–56  ·  view source on GitHub ↗

not sure where these will go! Maybe into QuEST v itself

Source from the content-addressed store, hash-verified

52
53// not sure where these will go! Maybe into QuEST v itself
54qreal absReal(qreal x) {
55 return abs(x); // TODO: make precision agnostic
56}
57qreal absComp(qcomp x) {
58 return abs(x); // TODO: make precision agnostic
59}

Callers 1

areEqualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected