Branch: Tag:

2014-12-04

2014-12-04 19:26:28 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