We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb7a91 commit 0df49b6Copy full SHA for 0df49b6
dpctl/tensor/_elementwise_funcs.py
@@ -151,7 +151,7 @@
151
152
# U13: ==== EXP (x)
153
_exp_docstring = """
154
-exp(x, order='K')
+exp(x, out=None, order='K')
155
156
Computes exponential for each element `x_i` for input array `x`.
157
"""
@@ -289,7 +289,7 @@
289
290
# U30: ==== SIN (x)
291
_sin_docstring = """
292
-sin(x, order='K')
+sin(x, out=None, order='K')
293
294
Computes sin for each element `x_i` for input array `x`.
295
0 commit comments