Help for this page
Select Code to Download
Select
or
download this
$inRange = $a <= $x && $x <= $b;
Select
or
download this
$inRange = (($a <=> $x) * ($b <=> $x)) < 1;