Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bupticybee/TexasSolver
/ round_nearest
Method
round_nearest
src/GameTree.cpp:704–708 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
702
}
703
704
double GameTree::round_nearest(double number, double round_num) {
705
round_num = 1 / round_num;
706
return round((number * round_num)) / round_num;
707
708
}
Callers
1
get_possible_bets
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected