diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-07 21:31:49 +0100 |
commit | 79b59f9b30fb6a1fdf8c3efb446271f7cb00d434 (patch) | |
tree | f6ade4ccbc3af20d825edacfd12b5da8ded8d240 /data/help/convert_bcf |
FICS 1.6.2
Diffstat (limited to 'data/help/convert_bcf')
-rw-r--r-- | data/help/convert_bcf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/help/convert_bcf b/data/help/convert_bcf new file mode 100644 index 0000000..c067c1a --- /dev/null +++ b/data/help/convert_bcf @@ -0,0 +1,22 @@ + +convert_bcf + +Usage: convert_bcf # + + This command will convert a BCF rating into ELO and USCF ratings. All three +values will be displayed to you. The conversion formulas are: + USCF = ELO + 100 + BCF = (ELO - 600)/8 + + BCF ratings are the official ratings of the British Chess Federation. USCF +ratings are the official ratings of the United States Chess Federation. ELO +ratings often used in international competition. + + Server ratings are, of course, something entirely different. There is no +exact way at present to convert server ratings into equivalent official +ratings. For server rating information, see "rating" and "glicko". + +See Also: convert_elo convert_uscf glicko rating + +[Last modified: October 22, 1995 -- Friar] + |