Commit b73dde70 authored by unknown's avatar unknown

Spelling correction.

parent d7eaf916
...@@ -31883,7 +31883,7 @@ mysql> SELECT LOG(2); ...@@ -31883,7 +31883,7 @@ mysql> SELECT LOG(2);
mysql> SELECT LOG(-2); mysql> SELECT LOG(-2);
-> NULL -> NULL
@end example @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)}. the formula @code{LOG(X)/LOG(B)}.
@findex LOG10() @findex LOG10()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment