Skip to content

Commit 6619c28

Browse files
chore: add structured package data for math/base/special/hacoversin
PR-URL: #8346 Ref: #7924 Reviewed-by: Athan Reines <[email protected]>
1 parent 76102d6 commit 6619c28

File tree

1 file changed

+91
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/hacoversin

1 file changed

+91
-1
lines changed

lib/node_modules/@stdlib/math/base/special/hacoversin/package.json

Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,95 @@
7474
"trigonometry",
7575
"radians",
7676
"angle"
77-
]
77+
],
78+
"__stdlib__": {
79+
"scaffold": {
80+
"$schema": "math/[email protected]",
81+
"base_alias": "hacoversin",
82+
"alias": "hacoversin",
83+
"pkg_desc": "compute the half-value coversed sine",
84+
"desc": "computes the half-value coversed sine",
85+
"short_desc": "half-value coversed sine",
86+
"parameters": [
87+
{
88+
"name": "x",
89+
"desc": "input value (in radians)",
90+
"type": {
91+
"javascript": "number",
92+
"jsdoc": "number",
93+
"c": "double",
94+
"dtype": "float64"
95+
},
96+
"domain": [
97+
{
98+
"min": "-infinity",
99+
"max": "infinity"
100+
}
101+
],
102+
"rand": {
103+
"prng": "random/base/uniform",
104+
"parameters": [
105+
-10,
106+
10
107+
]
108+
},
109+
"example_values": [
110+
64,
111+
27,
112+
0,
113+
0.1,
114+
-9,
115+
8,
116+
-1,
117+
125,
118+
-10.2,
119+
11.3,
120+
-12.4,
121+
3.5,
122+
-1.6,
123+
15.7,
124+
-16,
125+
17.9,
126+
-188,
127+
19.11,
128+
-200,
129+
21.15
130+
]
131+
}
132+
],
133+
"output_policy": "real_floating_point_and_generic",
134+
"returns": {
135+
"desc": "half-value coversed sine",
136+
"type": {
137+
"javascript": "number",
138+
"jsdoc": "number",
139+
"c": "double",
140+
"dtype": "float64"
141+
}
142+
},
143+
"keywords": [
144+
"hacoversin",
145+
"hacoversine",
146+
"versed sine",
147+
"half-value",
148+
"coversed",
149+
"sinus versus",
150+
"hacoversinus",
151+
"hcv",
152+
"hacov",
153+
"semicoversin",
154+
"cohaversine",
155+
"versed",
156+
"sine",
157+
"sin",
158+
"trig",
159+
"trigonometry",
160+
"radians",
161+
"angle"
162+
],
163+
"extra_keywords": [
164+
"math.sin"
165+
]
166+
}
167+
}
78168
}

0 commit comments

Comments
 (0)