Skip to content

Commit ad8482d

Browse files
Merge pull request #246904 from seesharprun/cosmos-nosql-query-update-sqrt
Cosmos DB | Update NoSQL query `SQRT`
2 parents 7f40efa + 9f683c6 commit ad8482d

File tree

1 file changed

+4
-4
lines changed
  • articles/cosmos-db/nosql/query

1 file changed

+4
-4
lines changed

articles/cosmos-db/nosql/query/sqrt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/01/2023
11+
ms.date: 07/31/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -28,7 +28,7 @@ SQRT(<numeric_expr>)
2828

2929
| | Description |
3030
| --- | --- |
31-
| **`numeric_expr`** | A numeric expression. |
31+
| **``numeric_expr``** | A numeric expression. |
3232

3333
## Return types
3434

@@ -45,9 +45,9 @@ The following example returns the square roots of various numeric values.
4545
## Remarks
4646

4747
- 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.
4949

5050
## Next steps
5151

5252
- [System functions](system-functions.yml)
53-
- [`POWER`](power.md)
53+
- [``POWER``](power.md)

0 commit comments

Comments
 (0)