Branch: Tag:

2014-05-23

2014-05-23 17:05:34 by Chris Angelico <rosuav@gmail.com>

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