diff options
Diffstat (limited to 'manual/math.texi')
-rw-r--r-- | manual/math.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/math.texi b/manual/math.texi index ccafb949fe..b4bb32345e 100644 --- a/manual/math.texi +++ b/manual/math.texi @@ -804,10 +804,10 @@ These functions return the base 10 logarithm of the complex value @var{z}. Mathematically, this corresponds to the value @ifnottex -@math{log (z) = log10 (cabs (z)) + I * carg (z)} +@math{log10 (z) = log10 (cabs (z)) + I * carg (z) / log (10)} @end ifnottex @tex -$$\log_{10}(z) = \log_{10}|z| + i \arg z$$ +$$\log_{10}(z) = \log_{10}|z| + i \arg z / \log (10)$$ @end tex These functions are GNU extensions. |