diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
commit | c3eee8e333866d92e5fd94ae83cef618758c11bb (patch) | |
tree | 234a06fd90bd61a6668490a0cbf8870e6c674b81 /data/help/convert_uscf |
FICS RPBLC v1.4.61.4.6
Diffstat (limited to 'data/help/convert_uscf')
-rw-r--r-- | data/help/convert_uscf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/help/convert_uscf b/data/help/convert_uscf new file mode 100644 index 0000000..b393858 --- /dev/null +++ b/data/help/convert_uscf @@ -0,0 +1,22 @@ + +convert_uscf + +Usage: convert_uscf # + + This command will convert a USCF rating into BCF and ELO 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_bcf convert_elo glicko rating + +[Last modified: October 22, 1995 -- Friar] + |