Example #1
0
fixed
OLCFAI::calc_score() const
{
  // 0.3 points per km
  return apply_handicap(calc_distance()*fixed(0.0003));
}
Example #2
0
fixed 
OLCLeague::calc_score() const
{
  return apply_handicap(calc_distance()/fixed(2500), true);
}