Skip to content

Commit 7de9783

Browse files
committed
Auto-generated commit
1 parent e6902ea commit 7de9783

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<details>
1414

15+
- [`ac0d55f`](https://github.com/stdlib-js/stdlib/commit/ac0d55f57c0eba355827ab600b2b6a6081f04d61) - **docs:** add equations [(#14684)](https://github.com/stdlib-js/stdlib/pull/14684) _(by Karan Anand)_
1516
- [`1851c13`](https://github.com/stdlib-js/stdlib/commit/1851c13ad273f475d5fe58f13fa22bd09626eafb) - **test:** migrate `math/base/special/acscd` to ULP-based testing [(#13775)](https://github.com/stdlib-js/stdlib/pull/13775) _(by Ujjwal Verma)_
1617
- [`e9f7554`](https://github.com/stdlib-js/stdlib/commit/e9f75542701aa7535be20b624f35a483b4c6e34d) - **docs:** update related packages sections [(#13187)](https://github.com/stdlib-js/stdlib/pull/13187) _(by stdlib-bot)_
1718
- [`9229dd7`](https://github.com/stdlib-js/stdlib/commit/9229dd78fa82c5f863dbc51a9588314d53a97c44) - **bench:** refactor to use string interpolation in `math/base/special` [(#11386)](https://github.com/stdlib-js/stdlib/pull/11386) _(by Karan Anand)_

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@ limitations under the License.
3535

3636
> Compute the [arccosecant][arccosecant] in degrees of a double-precision floating-point number.
3737
38+
<section class="intro">
39+
40+
The [arccosecant][arccosecant] in degrees is defined as
41+
42+
<!-- <equation class="equation" label="eq:arccosecant_degrees" align="center" raw="y = \frac{180}{\pi} \operatorname{arccsc}(x)" alt="Arccosecant in degrees"> -->
43+
44+
```math
45+
y = \frac{180}{\pi} \mathop{\mathrm{arccsc}}(x)
46+
```
47+
48+
<!-- </equation> -->
49+
50+
</section>
51+
52+
<!-- /.intro -->
53+
3854
<section class="installation">
3955

4056
## Installation

0 commit comments

Comments
 (0)