From ebc68c13012d19bc1fa201ea47e9157e3a3ec90c Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 30 Mar 2022 13:30:56 +1000 Subject: [PATCH] change order --- docs.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs.html b/docs.html index 39ca4caa..b84f48b8 100644 --- a/docs.html +++ b/docs.html @@ -10500,6 +10500,10 @@ See also:
-
  • form 1: return the rank
  • -
    -
  • form 2: store the calculated rank in r and return a bool indicating success
  • -
  • If the calculation fails:
    • r = rank(X) thows a std::runtime_error exception
    • -
    • rank(r,X) return a bool set to false (exception is not thrown)
    • +
    • rank(r,X) returns a bool set to false (exception is not thrown)