diff --git a/content/sql/concepts/math-functions/terms/log/log.md b/content/sql/concepts/math-functions/terms/log/log.md index 40e49277a72..5a2123f4e74 100644 --- a/content/sql/concepts/math-functions/terms/log/log.md +++ b/content/sql/concepts/math-functions/terms/log/log.md @@ -1,6 +1,6 @@ --- Title: 'LOG()' -Description: 'Returns the natural logarithm of a given number.' +Description: 'Calculates the base-e logarithm of the specified numeric input.' Subjects: - 'Data Science' - 'Computer Science'