mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322983 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9592699ed0
commit
771d0e9937
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ $a = 1.23456789;
|
|||
$b = 1.23456780;
|
||||
$epsilon = 0.00001;
|
||||
|
||||
if(abs($a-b) < 0.00001) {
|
||||
if(abs($a-$b) < 0.00001) {
|
||||
echo "true";
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue