diff --git a/docs.html b/docs.html index 04f57a56..59e44387 100644 --- a/docs.html +++ b/docs.html @@ -2305,8 +2305,10 @@ each element in the generated object is either 0 or 1, depending on the result o
  • -Caveat: operators involving equality comparison (ie. ==, !=, >=, <=) -are not recommended for matrices of type mat or fmat, due to the necessarily limited precision of the underlying element types; +Caveat: +operators involving equality comparison (ie. ==, !=, >=, <=) +are not recommended for matrices of type mat or fmat, +due to the necessarily limited precision of floating-point element types; consider using approx_equal() instead

  • @@ -2369,7 +2371,7 @@ See also:
  • .transform()
  • .each_col() & .each_row()    (vector operations repeated on each column or row)
  • miscellaneous element-wise functions   (exp, log, sqrt, square, round, ...)
  • -
  • floating point representation in Wikipedia
  • +
  • floating point arithmetic in Wikipedia
  • floating point representation in MathWorld
  • @@ -3205,7 +3207,7 @@ Member function of Mat, Col, Row, Cube and SpMat<
  • Caveats: