Skip to content

Commit 0123f0a

Browse files
author
array-api-bot
committedNov 16, 2023
Deploy: ab69aa2
1 parent c3ee33d commit 0123f0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎2022.12/API_specification/generated/array_api.conj.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ <h1 id="api-specification-generated-array-api-conj--page-root">conj<a class="hea
462462
<p>Hence, the returned complex conjugates must be computed by negating the imaginary component of each element <code class="docutils literal notranslate"><span class="pre">x_i</span></code>.</p>
463463
<dl class="field-list simple">
464464
<dt class="field-odd">Parameters</dt>
465-
<dd class="field-odd"><p><strong>x</strong> (<em>array</em>) – input array. Should have a complex-floating point data type.</p>
465+
<dd class="field-odd"><p><strong>x</strong> (<em>array</em>) – input array. Should have a complex floating-point data type.</p>
466466
</dd>
467467
<dt class="field-even">Returns</dt>
468468
<dd class="field-even"><ul class="simple">

‎draft/API_specification/generated/array_api.conj.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ <h1 id="api-specification-generated-array-api-conj--page-root">conj<a class="hea
462462
<p>Hence, the returned complex conjugates must be computed by negating the imaginary component of each element <code class="docutils literal notranslate"><span class="pre">x_i</span></code>.</p>
463463
<dl class="field-list simple">
464464
<dt class="field-odd">Parameters</dt>
465-
<dd class="field-odd"><p><strong>x</strong> (<em>array</em>) – input array. Should have a complex-floating point data type.</p>
465+
<dd class="field-odd"><p><strong>x</strong> (<em>array</em>) – input array. Should have a complex floating-point data type.</p>
466466
</dd>
467467
<dt class="field-even">Returns</dt>
468468
<dd class="field-even"><p><strong>out</strong> (<em>array</em>) – an array containing the element-wise results. The returned array must have the same data type as <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p>

‎latest/API_specification/generated/array_api.conj.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ <h1 id="api-specification-generated-array-api-conj--page-root">conj<a class="hea
462462
<p>Hence, the returned complex conjugates must be computed by negating the imaginary component of each element <code class="docutils literal notranslate"><span class="pre">x_i</span></code>.</p>
463463
<dl class="field-list simple">
464464
<dt class="field-odd">Parameters</dt>
465-
<dd class="field-odd"><p><strong>x</strong> (<em>array</em>) – input array. Should have a complex-floating point data type.</p>
465+
<dd class="field-odd"><p><strong>x</strong> (<em>array</em>) – input array. Should have a complex floating-point data type.</p>
466466
</dd>
467467
<dt class="field-even">Returns</dt>
468468
<dd class="field-even"><ul class="simple">

0 commit comments

Comments
 (0)
Please sign in to comment.