Skip to content

Commit 49719be

Browse files
committed
chore: add structured package data for math/base/special/havercosf
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: passed - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 3916b07 commit 49719be

File tree

1 file changed

+85
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/havercosf

1 file changed

+85
-1
lines changed

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

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,89 @@
7070
"trigonometry",
7171
"radians",
7272
"angle"
73-
]
73+
],
74+
"__stdlib__": {
75+
"scaffold": {
76+
"$schema": "math/[email protected]",
77+
"base_alias": "havercos",
78+
"alias": "havercosf",
79+
"pkg_desc": "compute the half-value versed cosine",
80+
"desc": "computes the half-value versed cosine",
81+
"short_desc": "half-value versed cosine",
82+
"parameters": [
83+
{
84+
"name": "x",
85+
"desc": "input value (in radians)",
86+
"type": {
87+
"javascript": "number",
88+
"jsdoc": "number",
89+
"c": "float",
90+
"dtype": "float32"
91+
},
92+
"domain": [
93+
{
94+
"min": "-infinity",
95+
"max": "infinity"
96+
}
97+
],
98+
"rand": {
99+
"prng": "random/base/uniform",
100+
"parameters": [
101+
-10,
102+
10
103+
]
104+
},
105+
"example_values": [
106+
64,
107+
27,
108+
0,
109+
0.1,
110+
-9,
111+
8,
112+
-1,
113+
125,
114+
-10.2,
115+
11.3,
116+
-12.4,
117+
3.5,
118+
-1.6,
119+
15.7,
120+
-16,
121+
17.9,
122+
-188,
123+
19.11,
124+
-200,
125+
21.15
126+
]
127+
}
128+
],
129+
"output_policy": "real_floating_point_and_generic",
130+
"returns": {
131+
"desc": "half-value versed cosine",
132+
"type": {
133+
"javascript": "number",
134+
"jsdoc": "number",
135+
"c": "float",
136+
"dtype": "float32"
137+
}
138+
},
139+
"keywords": [
140+
"havercos",
141+
"havercosf",
142+
"havercosin",
143+
"havercosine",
144+
"versed",
145+
"haversed",
146+
"hac",
147+
"hvc",
148+
"cosine",
149+
"cos",
150+
"trig",
151+
"trigonometry",
152+
"radians",
153+
"angle"
154+
],
155+
"extra_keywords": []
156+
}
157+
}
74158
}

0 commit comments

Comments
 (0)