Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 529809c

Browse files
authored
Update degrees-transact-sql.md
Text revisions to tighten and optimize the reading flow of the material.
1 parent 6fe7b5e commit 529809c

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

docs/t-sql/functions/degrees-transact-sql.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
2828
# DEGREES (Transact-SQL)
2929
[!INCLUDE[tsql-appliesto-ss2008-all-md](../../includes/tsql-appliesto-ss2008-all-md.md)]
3030

31-
Returns the corresponding angle in degrees for an angle specified in radians.
31+
This function returns the corresponding angle, in degrees, for an angle specified in radians.
3232

3333
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3434

@@ -40,13 +40,13 @@ DEGREES ( numeric_expression )
4040

4141
## Arguments
4242
*numeric_expression*
43-
Is an [expression](../../t-sql/language-elements/expressions-transact-sql.md) of the exact numeric or approximate numeric data type category, except for the **bit** data type.
43+
An [expression](../../t-sql/language-elements/expressions-transact-sql.md) of the exact numeric or approximate numeric data type category, except for the **bit** data type.
4444

4545
## Return Code Values
46-
Returns the same type as *numeric_expression*.
46+
Returns a value whose data type matches the data type of *numeric_expression*.
4747

4848
## Examples
49-
The following example returns the number of degrees in an angle of PI/2 radians.
49+
This example returns the number of degrees in an angle of PI/2 radians.
5050

5151
```
5252
SELECT 'The number of degrees in PI/2 radians is: ' +
@@ -65,5 +65,3 @@ The number of degrees in PI/2 radians is 90
6565
## See Also
6666
[Mathematical Functions (Transact-SQL)](../../t-sql/functions/mathematical-functions-transact-sql.md)
6767

68-
69-

0 commit comments

Comments
 (0)