Skip to content

Commit cff5ece

Browse files
authored
Merge pull request #19942 from WilliamAntonRohm/issue-6641
sql-docs/issues/6641 -- clarify bounds exception
2 parents ad629c0 + 9eedd80 commit cff5ece

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ACOS ( float_expression )
3939

4040
## Arguments
4141
*float_expression*
42-
An [expression](../../t-sql/language-elements/expressions-transact-sql.md) of either type **float** or of a type that can implicitly convert to float. Only a value ranging from -1.00 to 1.00 is valid. Values outside this range return NULL, and ASIN will report a domain error.
42+
An [expression](../../t-sql/language-elements/expressions-transact-sql.md) of either type **float** or of a type that can implicitly convert to float. Only a value ranging from -1.00 to 1.00 is valid. For values outside this range, no value is returned, and ACOS will report a domain error.
4343

4444
## Return Types
4545
**float**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ASIN ( float_expression )
3939

4040
## Arguments
4141
*float_expression*
42-
An [expression](../../t-sql/language-elements/expressions-transact-sql.md) of either type **float** or of a type that can implicitly convert to float. Only a value ranging from -1.00 to 1.00 is valid. Values outside this range return NULL, and ASIN will report a domain error.
42+
An [expression](../../t-sql/language-elements/expressions-transact-sql.md) of either type **float** or of a type that can implicitly convert to float. Only a value ranging from -1.00 to 1.00 is valid. For values outside this range, no value is returned, and ASIN will report a domain error.
4343

4444
## Return types
4545
**float**

0 commit comments

Comments
 (0)