X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.h;h=062b420a422befb2bd3192247bdbce1d26d9efb2;hb=e4b7403f127a36a35bbace9f833ab43babd98a6c;hp=c17441306c1a5a621579233b25441342712e68e0;hpb=a5a89b27c8e3225fb453d603bc4515d32bb351c3;p=stockfish diff --git a/src/misc.h b/src/misc.h index c1744130..062b420a 100644 --- a/src/misc.h +++ b/src/misc.h @@ -141,7 +141,7 @@ private: /// sigmoid(t, x0, y0, C, P, Q) implements a sigmoid-like function using only integers, /// with the following properties: -/// +/// /// - sigmoid is centered in (x0, y0) /// - sigmoid has amplitude [-P/Q , P/Q] instead of [-1 , +1] /// - limit is (y0 - P/Q) when t tends to -infinity