From c3eee8e333866d92e5fd94ae83cef618758c11bb Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 15 Sep 2025 18:50:32 +0200 Subject: FICS RPBLC v1.4.6 --- data/help/convert_elo | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/help/convert_elo (limited to 'data/help/convert_elo') diff --git a/data/help/convert_elo b/data/help/convert_elo new file mode 100644 index 0000000..b08168a --- /dev/null +++ b/data/help/convert_elo @@ -0,0 +1,22 @@ + +convert_elo + +Usage: convert_elo # + + This command will convert a ELO rating into BCF 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_bcf convert_uscf glicko rating + +[Last modified: October 22, 1995 -- Friar] + -- cgit v1.2.3