pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-05-23
2014-05-23 17:05:34 by Chris Angelico <rosuav@gmail.com>
10789d844f4c2540aeb89d8339df553658b04865 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Docs fix for `==() to correct the explanation of float==float comparisons
1195:
*! @type int *! Successful iff the two integers are numerically equal. *! @type float
-
*! Successful iff the two floats are numerically equal
or if
-
*!
both
are
NaN.
+
*! Successful iff the two floats are numerically equal
and
+
*!
not
NaN.
*! @type string *! Successful iff the two strings are identical, character for *! character. (Since all strings are kept unique, this is