Function skill_rating::elo::systems::fide_k [] [src]

pub fn fide_k(rating: EloRating, games: u32) -> u32

FIDE calculates their k_factor depending on how many games you have played, and what you elo rating is.

They also sometimes use age. But this is left out.