Skip to content

Commit d2f46dc

Browse files
committed
chore: add structured package data
--- 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 a51a1a2 commit d2f46dc

File tree

9 files changed

+734
-9
lines changed

9 files changed

+734
-9
lines changed

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

Lines changed: 79 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,83 @@
6868
"trigonometry",
6969
"polyfill",
7070
"ponyfill"
71-
]
71+
],
72+
"__stdlib__": {
73+
"scaffold": {
74+
"$schema": "math/[email protected]",
75+
"base_alias": "atan",
76+
"alias": "atan",
77+
"pkg_desc": "compute the arctangent (in radians) of a double-precision floating-point number",
78+
"desc": "computes the arctangent (in radians) of a double-precision floating-point number",
79+
"short_desc": "arctangent",
80+
"parameters": [
81+
{
82+
"name": "x",
83+
"desc": "input value",
84+
"type": {
85+
"javascript": "number",
86+
"jsdoc": "number",
87+
"c": "double",
88+
"dtype": "float64"
89+
},
90+
"domain": [
91+
{
92+
"min": "-infinity",
93+
"max": "infinity"
94+
}
95+
],
96+
"rand": {
97+
"prng": "random/base/uniform",
98+
"parameters": [
99+
-100,
100+
100
101+
]
102+
},
103+
"example_values": [
104+
0.33,
105+
-57.2,
106+
1.2,
107+
-0.77,
108+
1000,
109+
-3.41,
110+
8.9,
111+
-250.5,
112+
0.01,
113+
42,
114+
-19.7,
115+
73.6,
116+
-0.58,
117+
5.5,
118+
-99.9,
119+
7.25,
120+
-12.3,
121+
0,
122+
315.8,
123+
-1.1
124+
]
125+
}
126+
],
127+
"output_policy": "real_floating_point_and_generic",
128+
"returns": {
129+
"desc": "arctangent (in radians)",
130+
"type": {
131+
"javascript": "number",
132+
"jsdoc": "number",
133+
"c": "double",
134+
"dtype": "float64"
135+
}
136+
},
137+
"keywords": [
138+
"atan",
139+
"arctangent",
140+
"tangent",
141+
"tan",
142+
"arc",
143+
"inverse"
144+
],
145+
"extra_keywords": [
146+
"math.atan"
147+
]
148+
}
149+
}
72150
}

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

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,81 @@
6363
"trig",
6464
"trigonometry",
6565
"radians"
66-
]
66+
],
67+
"__stdlib__": {
68+
"scaffold": {
69+
"$schema": "math/[email protected]",
70+
"base_alias": "atand",
71+
"alias": "atand",
72+
"pkg_desc": "compute the arctangent (in degrees) of a double-precision floating-point number",
73+
"desc": "computes the arctangent (in degrees) of a double-precision floating-point number",
74+
"short_desc": "arctangent",
75+
"parameters": [
76+
{
77+
"name": "x",
78+
"desc": "input value",
79+
"type": {
80+
"javascript": "number",
81+
"jsdoc": "number",
82+
"c": "double",
83+
"dtype": "float64"
84+
},
85+
"domain": [
86+
{
87+
"min": "-infinity",
88+
"max": "infinity"
89+
}
90+
],
91+
"rand": {
92+
"prng": "random/base/uniform",
93+
"parameters": [
94+
-100,
95+
100
96+
]
97+
},
98+
"example_values": [
99+
180.2,
100+
-3.7,
101+
0.42,
102+
-98.5,
103+
5.4,
104+
-0.06,
105+
73.1,
106+
-41.3,
107+
9.9,
108+
-12.2,
109+
0,
110+
31.8,
111+
-7.5,
112+
250.7,
113+
-0.9,
114+
14.2,
115+
-66.4,
116+
1.01,
117+
1000,
118+
-325.6
119+
]
120+
}
121+
],
122+
"output_policy": "real_floating_point_and_generic",
123+
"returns": {
124+
"desc": "arctangent (in degrees)",
125+
"type": {
126+
"javascript": "number",
127+
"jsdoc": "number",
128+
"c": "double",
129+
"dtype": "float64"
130+
}
131+
},
132+
"keywords": [
133+
"degree",
134+
"arctangent",
135+
"tangent",
136+
"inverse"
137+
],
138+
"extra_keywords": [
139+
"math.atan"
140+
]
141+
}
142+
}
67143
}

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

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,81 @@
6363
"trig",
6464
"trigonometry",
6565
"radians"
66-
]
66+
],
67+
"__stdlib__": {
68+
"scaffold": {
69+
"$schema": "math/[email protected]",
70+
"base_alias": "atand",
71+
"alias": "atandf",
72+
"pkg_desc": "compute the arctangent (in degrees) of a single-precision floating-point number",
73+
"desc": "computes the arctangent (in degrees) of a single-precision floating-point number",
74+
"short_desc": "arctangent",
75+
"parameters": [
76+
{
77+
"name": "x",
78+
"desc": "input value",
79+
"type": {
80+
"javascript": "number",
81+
"jsdoc": "number",
82+
"c": "float",
83+
"dtype": "float32"
84+
},
85+
"domain": [
86+
{
87+
"min": "-infinity",
88+
"max": "infinity"
89+
}
90+
],
91+
"rand": {
92+
"prng": "random/base/uniform",
93+
"parameters": [
94+
-50,
95+
50
96+
]
97+
},
98+
"example_values": [
99+
0.21,
100+
-77.3,
101+
6.4,
102+
-0.18,
103+
19.7,
104+
-41.2,
105+
2.05,
106+
-9.9,
107+
73.3,
108+
-25.6,
109+
0,
110+
38.9,
111+
-4.7,
112+
101.5,
113+
-12.1,
114+
5.8,
115+
-33.4,
116+
1.03,
117+
250.2,
118+
-150.7
119+
]
120+
}
121+
],
122+
"output_policy": "real_floating_point_and_generic",
123+
"returns": {
124+
"desc": "arctangent (in degrees)",
125+
"type": {
126+
"javascript": "number",
127+
"jsdoc": "number",
128+
"c": "float",
129+
"dtype": "float32"
130+
}
131+
},
132+
"keywords": [
133+
"degree",
134+
"arctangent",
135+
"tangent",
136+
"inverse"
137+
],
138+
"extra_keywords": [
139+
"math.atan"
140+
]
141+
}
142+
}
67143
}

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

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,81 @@
6666
"trigonometry",
6767
"radians",
6868
"angle"
69-
]
69+
],
70+
"__stdlib__": {
71+
"scaffold": {
72+
"$schema": "math/[email protected]",
73+
"base_alias": "atan",
74+
"alias": "atanf",
75+
"pkg_desc": "compute the arctangent (in radians) of a single-precision floating-point number",
76+
"desc": "computes the arctangent (in radians) of a single-precision floating-point number",
77+
"short_desc": "arctangent",
78+
"parameters": [
79+
{
80+
"name": "x",
81+
"desc": "input value",
82+
"type": {
83+
"javascript": "number",
84+
"jsdoc": "number",
85+
"c": "float",
86+
"dtype": "float32"
87+
},
88+
"domain": [
89+
{
90+
"min": "-infinity",
91+
"max": "infinity"
92+
}
93+
],
94+
"rand": {
95+
"prng": "random/base/uniform",
96+
"parameters": [
97+
-50,
98+
50
99+
]
100+
},
101+
"example_values": [
102+
-0.91,
103+
23.4,
104+
-11.7,
105+
0.03,
106+
77.8,
107+
-2.2,
108+
5.6,
109+
-39.1,
110+
1.01,
111+
-0.47,
112+
14.9,
113+
-8.3,
114+
0,
115+
3.33,
116+
-25.6,
117+
6.7,
118+
-4.2,
119+
41.5,
120+
-19.9,
121+
95.2
122+
]
123+
}
124+
],
125+
"output_policy": "real_floating_point_and_generic",
126+
"returns": {
127+
"desc": "arctangent (in radians)",
128+
"type": {
129+
"javascript": "number",
130+
"jsdoc": "number",
131+
"c": "float",
132+
"dtype": "float32"
133+
}
134+
},
135+
"keywords": [
136+
"atanf",
137+
"arctangent",
138+
"tangent",
139+
"inverse"
140+
],
141+
"extra_keywords": [
142+
"math.atan"
143+
]
144+
}
145+
}
70146
}

0 commit comments

Comments
 (0)