This is an automated email from the ASF dual-hosted git repository.
dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git
The following commit(s) were added to refs/heads/master by this push:
new 05a19e82 Important edits in the documentation (#175)
05a19e82 is described below
commit 05a19e82461c2256c53fde0d6e6620b215e0e23c
Author: Talha Munir <[email protected]>
AuthorDate: Tue Sep 26 05:18:38 2023 +0500
Important edits in the documentation (#175)
* Adjusted the text *An interger* according to the previous styles
* Added the datatype of the returned value in LTrim function
* Corrected the definition of radian function and mentioned the datatype of
the returned value by radian and degree function i.e agtype float.
---
docs/functions/numeric_functions.md | 6 +++++-
docs/functions/string_functions.md | 2 +-
docs/functions/trigonometric_functions.md | 6 +++---
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/docs/functions/numeric_functions.md
b/docs/functions/numeric_functions.md
index 6de71279..0d9f968c 100644
--- a/docs/functions/numeric_functions.md
+++ b/docs/functions/numeric_functions.md
@@ -358,7 +358,11 @@ Syntax:sign(expression)
Returns:
-An Integer.
+```
+An integer.
+```
+
+
Arguments:
diff --git a/docs/functions/string_functions.md
b/docs/functions/string_functions.md
index aee0241e..0cabf554 100644
--- a/docs/functions/string_functions.md
+++ b/docs/functions/string_functions.md
@@ -496,7 +496,7 @@ Returns:
```
-A String.
+An agtype String.
```
diff --git a/docs/functions/trigonometric_functions.md
b/docs/functions/trigonometric_functions.md
index f29fe25d..addb89b4 100644
--- a/docs/functions/trigonometric_functions.md
+++ b/docs/functions/trigonometric_functions.md
@@ -11,7 +11,7 @@ Returns:
```
-A Float.
+An agtype Float.
```
@@ -75,7 +75,7 @@ Results:
## radians
-radians() converts radians to degrees.
+radians() converts degrees to radians.
Syntax:`radians(expression)`
@@ -83,7 +83,7 @@ Returns:
```
-A Float.
+An agtype Float.
```