diff options
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 6ad1a5f9d10..312ac886f43 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -31883,7 +31883,7 @@ mysql> SELECT LOG(2); mysql> SELECT LOG(-2); -> NULL @end example -If you want the log of a number @code{X} to some arbitary base @code{B}, use +If you want the log of a number @code{X} to some arbitrary base @code{B}, use the formula @code{LOG(X)/LOG(B)}. @findex LOG10() |