File "evaluation.php"

Full Path: /home/analogde/www/download/CHESS_2022/evaluation.php
File size: 73 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

	 $Ns = 50/ sqrt(1 + pow((2200-1700),2)/ 100000 );
	 echo $Ns;

?>