Linear in n.
- @return Whether or not n is prime.
+ @return Whether `n` is prime.
@param n The number to test
-
*/
boolis_prime(unsignedlonglong n)noexcept;
@@ -403,7 +404,7 @@
Complexity
Return Value
-Whether or not n is prime.
+Whether n is prime.
Parameters
diff --git a/docs/website/robots.txt b/docs/website/robots.txt
index c2a49f4fb..128f99bf5 100755
--- a/docs/website/robots.txt
+++ b/docs/website/robots.txt
@@ -1,2 +1,5 @@
User-agent: *
Allow: /
+
+User-agent: Twitterbot
+Disallow:
\ No newline at end of file