MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / doublePercentage

Function doublePercentage

highs/util/HighsUtils.cpp:776–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776double doublePercentage(const HighsInt of, const HighsInt in) {
777 return ((100.0 * of) / in);
778}
779
780HighsInt integerPercentage(const HighsInt of, const HighsInt in) {
781 const double double_percentage = ((100.0 * of) / in) + 0.4999;

Callers 1

logValueDistributionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected