Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ DOR
Method
DOR
libraries/GST/GST.cpp:219–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
218
float GST::diagnosticOddsRatio() { return DOR(); };
219
float GST::DOR()
220
{
221
return LRplus() / LRminus();
222
};
223
224
225
// -- END OF FILE --
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64