diff --git a/reference/math/functions/exp.xml b/reference/math/functions/exp.xml
index e5df6783b7..ce7a8c9e34 100644
--- a/reference/math/functions/exp.xml
+++ b/reference/math/functions/exp.xml
@@ -1,5 +1,5 @@
-
+
@@ -16,8 +16,11 @@
Returns e raised to the power of arg.
+
- See also pow.
+ See also
+ log and
+ pow.
diff --git a/reference/math/functions/log.xml b/reference/math/functions/log.xml
index 09db311363..41bef1f313 100644
--- a/reference/math/functions/log.xml
+++ b/reference/math/functions/log.xml
@@ -1,5 +1,5 @@
-
+
@@ -30,6 +30,10 @@
logb(n) = log(n)/log(b), where log is the
neperian (or natural) logarithm.
+
+ See also
+ exp.
+