Skip to content

Commit 1233cc4

Browse files
authored
docs: fix equations, whitespace, and line wrapping
PR-URL: #2878 Ref: 4dbd685#r146368811 Ref: 4dbd685#r146368819 Ref: 4dbd685#r146368839 Reviewed-by: Athan Reines <[email protected]>
1 parent 4e5bf6f commit 1233cc4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/node_modules/@stdlib/math/base/special/acovercosf/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ limitations under the License.
2626

2727
The [inverse coversed cosine][inverse-coversed-cosine] is defined as
2828

29-
<!-- <equation class="equation" label="eq:arccovercosine" align="center" raw="\operatorname{acovercosf}(\theta) = \arcsin(1+\theta)" alt="Inverse coversed cosine."> -->
29+
<!-- <equation class="equation" label="eq:arccovercosine" align="center" raw="\operatorname{acovercos}(\theta) = \arcsin(1+\theta)" alt="Inverse coversed cosine."> -->
3030

3131
```math
32-
\mathop{\mathrm{acovercosf}}(\theta) = \arcsin(1+\theta)
32+
\mathop{\mathrm{acovercos}}(\theta) = \arcsin(1+\theta)
3333
```
3434

3535
<!-- </equation> -->
@@ -167,7 +167,7 @@ float stdlib_base_acovercosf( const float x );
167167
168168
int main( void ) {
169169
const float x[] = { -2.0f, -1.80f, -1.78f, -1.67f, -0.56f, -0.27f, -1.67f, -0.78f, -1.89f, 0.0f };
170-
170+
171171
float v;
172172
int i;
173173
for ( i = 0; i < 10; i++ ) {

lib/node_modules/@stdlib/math/base/special/acovercosf/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{{alias}}( x )
3-
Computes the inverse coversed cosine of a single-precision
4-
floating-point number (in radians).
3+
Computes the inverse coversed cosine of a single-precision floating-
4+
point number (in radians).
55

66
The inverse coversed cosine is defined as `asin(1+x)`.
77

0 commit comments

Comments
 (0)