pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:26:28 by Chris Angelico <rosuav@gmail.com>
697ffdec9a0dd7a461d3fa1580a4d4d24b60b6b7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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