You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/nosql/query/sqrt.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
8
8
ms.service: cosmos-db
9
9
ms.subservice: nosql
10
10
ms.topic: reference
11
-
ms.date: 07/01/2023
11
+
ms.date: 07/31/2023
12
12
ms.custom: query-reference
13
13
---
14
14
@@ -28,7 +28,7 @@ SQRT(<numeric_expr>)
28
28
29
29
|| Description |
30
30
| --- | --- |
31
-
|**`numeric_expr`**| A numeric expression. |
31
+
|**``numeric_expr``**| A numeric expression. |
32
32
33
33
## Return types
34
34
@@ -45,9 +45,9 @@ The following example returns the square roots of various numeric values.
45
45
## Remarks
46
46
47
47
- This function doesn't use the index.
48
-
- If you attempt to find the square root value that results in an imaginary number, you get an error that the value can't be represented in JSON. For example, `SQRT(-25)` gives this error.
48
+
- If you attempt to find the square root value that results in an imaginary number, you get an error that the value can't be represented in JSON. For example, ``SQRT(-25)`` gives this error.
0 commit comments