]> git.sesse.net Git - stockfish/commitdiff
Change depth - 1 to newDepth
authorFauziAkram <fauzi.dabat@hotmail.com>
Mon, 20 Nov 2023 17:56:34 +0000 (18:56 +0100)
committerDisservin <disservin.social@gmail.com>
Mon, 20 Nov 2023 17:59:01 +0000 (18:59 +0100)
Replacing 'depth - 1' with 'newDepth' in the singularbeta formula
utilizes existing variables more succinctly.

closes https://github.com/official-stockfish/Stockfish/pull/4876

No functional change


No differences found