8000 Add domain and codomain · data-apis/array-api@4491793 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4491793

Browse files
committed
Add domain and codomain
1 parent 3b512d9 commit 4491793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Calculates the absolute value for each element `x_i` of the input array `x` (i.e
6262

6363
### <a name="acos" href="#acos">#</a> acos(x, *, out=None)
6464

65-
Calculates an implementation-dependent approximation to the inverse cosine for each element `x_i` of the input array `x`. Each element-wise result is expressed in radians and ranges from `+0` to ``.
65+
Calculates an implementation-dependent approximation to the inverse cosine, having domain `[-1,+1]` and codomain `[+0, +π]`, for each element `x_i` of the input array `x`. Each element-wise result is expressed in radians.
6666

6767
- If `x_i` is `NaN`, the result is `NaN`.
6868
- If `x_i` is greater than `1`, the result is `NaN`.

0 commit comments

Comments
 (0)
0