Skip to content

Commit 700e96f

Browse files
committed
Auto-generated commit
1 parent 9870b5e commit 700e96f

File tree

4 files changed

+100
-5
lines changed

4 files changed

+100
-5
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191-
192-
# Cursor #
193-
##########
194191
.cursorignore
192+
193+
# AI coding agents #
194+
####################
195+
claude.md

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-08-21)
7+
## Unreleased (2025-09-07)
88

99
<section class="reverts">
1010

@@ -34,6 +34,7 @@ This release closes the following issue:
3434

3535
<details>
3636

37+
- [`5dbe6e4`](https://github.com/stdlib-js/stdlib/commit/5dbe6e40efd490d36fb4c83d78444470d23886e0) - **chore:** add structured package data for packages in `math/base/special` [(#8033)](https://github.com/stdlib-js/stdlib/pull/8033) _(by Gunj Joshi)_
3738
- [`85bcdeb`](https://github.com/stdlib-js/stdlib/commit/85bcdebc11a08f86085a93d36c9cba450eadbc93) - **chore:** fix EditorConfig lint errors [(#7920)](https://github.com/stdlib-js/stdlib/pull/7920) _(by Nakul Krishnakumar)_
3839
- [`a1e230f`](https://github.com/stdlib-js/stdlib/commit/a1e230f29297caa89880e9c194c615a0400fb7bc) - **chore:** clean up cppcheck-suppress comments _(by Karan Anand)_
3940
- [`850472b`](https://github.com/stdlib-js/stdlib/commit/850472b35f4cf47cab44047acd94a9120d6d5b77) - **docs:** replace manual `for` loop in examples [(#6182)](https://github.com/stdlib-js/stdlib/pull/6182) _(by Karan Anand)_
@@ -56,9 +57,10 @@ This release closes the following issue:
5657

5758
### Contributors
5859

59-
A total of 4 people contributed to this release. Thank you to the following contributors:
60+
A total of 5 people contributed to this release. Thank you to the following contributors:
6061

6162
- Athan Reines
63+
- Gunj Joshi
6264
- Karan Anand
6365
- Nakul Krishnakumar
6466
- Philipp Burckhardt

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Bruno Fenzl <[email protected]>
4242
Bryan Elee <[email protected]>
4343
Chinmay Joshi <[email protected]>
4444
Christopher Dambamuromo <[email protected]>
45+
DUDHAT HEMIL PRAVINKUMAR <[email protected]>
4546
4647
Daniel Hernandez Gomez <[email protected]>
4748
Daniel Killenberger <[email protected]>
@@ -65,6 +66,7 @@ Frank Kovacs <[email protected]>
6566
GK Bishnoi <[email protected]>
6667
GURU PRASAD SHARMA <[email protected]>
6768
69+
Gaurav Kaushik <[email protected]>
6870
Gautam Kaushik <[email protected]>
6971
Gautam sharma <[email protected]>
7072
@@ -189,6 +191,7 @@ Sivam Das <[email protected]>
189191
Snehil Shah <[email protected]>
190192
Soumajit Chatterjee <[email protected]>
191193
Spandan Barve <[email protected]>
194+
Srinivas Batthula <[email protected]>
192195
Stephannie Jiménez Gacha <[email protected]>
193196
Suhaib Ilahi <[email protected]>
194197
Suraj Kumar <[email protected]>

package.json

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,95 @@
9999
"radians",
100100
"angle"
101101
],
102+
"__stdlib__": {
103+
"scaffold": {
104+
"$schema": "math/[email protected]",
105+
"base_alias": "acoversin",
106+
"alias": "acoversin",
107+
"pkg_desc": "compute the inverse coversed sine of a double-precision floating-point number (in radians)",
108+
"desc": "computes the inverse coversed sine of a double-precision floating-point number (in radians)",
109+
"short_desc": "inverse coversed sine",
110+
"parameters": [
111+
{
112+
"name": "x",
113+
"desc": "input value (in radians)",
114+
"type": {
115+
"javascript": "number",
116+
"jsdoc": "number",
117+
"c": "double",
118+
"dtype": "float64"
119+
},
120+
"domain": [
121+
{
122+
"min": 0,
123+
"max": 2
124+
}
125+
],
126+
"rand": {
127+
"prng": "random/base/uniform",
128+
"parameters": [
129+
0,
130+
2
131+
]
132+
},
133+
"example_values": [
134+
0,
135+
0.05,
136+
0.12,
137+
0.27,
138+
0.33,
139+
0.48,
140+
0.58,
141+
0.65,
142+
0.71,
143+
0.84,
144+
0.9,
145+
1.11,
146+
1.18,
147+
1.25,
148+
1.37,
149+
1.52,
150+
1.66,
151+
1.74,
152+
1.79,
153+
1.93
154+
]
155+
}
156+
],
157+
"output_policy": "real_floating_point_and_generic",
158+
"returns": {
159+
"desc": "inverse coversed sine",
160+
"type": {
161+
"javascript": "number",
162+
"jsdoc": "number",
163+
"c": "double",
164+
"dtype": "float64"
165+
}
166+
},
167+
"keywords": [
168+
"acoversin",
169+
"acoversine",
170+
"arccoversin",
171+
"arccoversine",
172+
"coversed sine",
173+
"versed sine",
174+
"acoversinus",
175+
"arcvers",
176+
"covers",
177+
"cover",
178+
"acvs",
179+
"arc",
180+
"versed",
181+
"coversed",
182+
"sine",
183+
"sin",
184+
"asin"
185+
],
186+
"extra_keywords": [
187+
"math.asin"
188+
]
189+
}
190+
},
102191
"funding": {
103192
"type": "opencollective",
104193
"url": "https://opencollective.com/stdlib"

0 commit comments

Comments
 (0)