diff --git a/language/operators.xml b/language/operators.xml index 3ab90bd394..a62bac5f2a 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1224,6 +1224,19 @@ function standard_array_compare($op1, $op2) Types. + + Comparison of floating point numbers + + + Because of the way floats are represented internally, you + should not test two floats for equality. + + + + See the documentation for float for more information. + + + Ternary Operator