Skip to content

Commit 843b2c6

Browse files
committed
fix: update package.json
--- 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent ac9b85b commit 843b2c6

File tree

1 file changed

+135
-135
lines changed
  • lib/node_modules/@stdlib/math/base/special/log1pmxf

1 file changed

+135
-135
lines changed
Lines changed: 135 additions & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -1,144 +1,144 @@
1-
{
2-
"name": "@stdlib/math/base/special/log1pmxf",
3-
"version": "0.0.0",
4-
"description": "Evaluate ln(1+x) - x for a single-precision floating point number.",
5-
"license": "Apache-2.0",
6-
"author": {
1+
{
2+
"name": "@stdlib/math/base/special/log1pmxf",
3+
"version": "0.0.0",
4+
"description": "Evaluate ln(1+x) - x for a single-precision floating point number.",
5+
"license": "Apache-2.0",
6+
"author": {
7+
"name": "The Stdlib Authors",
8+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
9+
},
10+
"contributors": [
11+
{
712
"name": "The Stdlib Authors",
813
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
9-
},
10-
"contributors": [
11-
{
12-
"name": "The Stdlib Authors",
13-
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
14-
}
15-
],
16-
"main": "./lib",
17-
"gypfile": true,
18-
"directories": {
19-
"benchmark": "./benchmark",
20-
"doc": "./docs",
21-
"example": "./examples",
22-
"include": "./include",
23-
"lib": "./lib",
24-
"src": "./src",
25-
"test": "./test"
26-
},
27-
"types": "./docs/types",
28-
"scripts": {},
29-
"homepage": "https://github.com/stdlib-js/stdlib",
30-
"repository": {
31-
"type": "git",
32-
"url": "git://github.com/stdlib-js/stdlib.git"
33-
},
34-
"bugs": {
35-
"url": "https://github.com/stdlib-js/stdlib/issues"
36-
},
37-
"dependencies": {},
38-
"devDependencies": {},
39-
"engines": {
40-
"node": ">=0.10.0",
41-
"npm": ">2.7.0"
42-
},
43-
"os": [
44-
"aix",
45-
"darwin",
46-
"freebsd",
47-
"linux",
48-
"macos",
49-
"openbsd",
50-
"sunos",
51-
"win32",
52-
"windows"
53-
],
54-
"keywords": [
55-
"stdlib",
56-
"stdmath",
57-
"mathematics",
58-
"math",
59-
"math.log",
60-
"math.log1p",
61-
"log1pmxf",
62-
"special functions",
63-
"special",
64-
"ln",
65-
"natural",
66-
"logarithm",
67-
"log",
68-
"function"
69-
],
70-
"__stdlib__": {
71-
"scaffold": {
72-
"$schema": "math/base@v1.0",
73-
"base_alias": "log1pmxf",
74-
"alias": "log1pmxf",
75-
"pkg_desc": "evaluate ln(1+x) - x for a single-precision floating point number",
76-
"desc": "evaluates ln(1+x) - x for a single-precision floating point number",
77-
"short_desc": "ln(1+x) - x",
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": -1,
91-
"max": "infinity"
92-
}
93-
],
94-
"rand": {
95-
"prng": "random/base/uniform",
96-
"parameters": [
97-
-1,
98-
100
99-
]
100-
},
101-
"example_values": [
102-
-0.99,
103-
1,
104-
2,
105-
-0.9,
106-
0.25,
107-
0.5,
108-
-0.5,
109-
10,
110-
25,
111-
50,
112-
-0.25,
113-
-0.1,
114-
0,
115-
0.01,
116-
3,
117-
4,
118-
5,
119-
75,
120-
90,
121-
100
122-
]
123-
}
124-
],
125-
"output_policy": "real_floating_point_and_generic",
126-
"returns": {
127-
"desc": "function value",
14+
}
15+
],
16+
"main": "./lib",
17+
"gypfile": true,
18+
"directories": {
19+
"benchmark": "./benchmark",
20+
"doc": "./docs",
21+
"example": "./examples",
22+
"include": "./include",
23+
"lib": "./lib",
24+
"src": "./src",
25+
"test": "./test"
26+
},
27+
"types": "./docs/types",
28+
"scripts": {},
29+
"homepage": "https://github.com/stdlib-js/stdlib",
30+
"repository": {
31+
"type": "git",
32+
"url": "git://github.com/stdlib-js/stdlib.git"
33+
},
34+
"bugs": {
35+
"url": "https://github.com/stdlib-js/stdlib/issues"
36+
},
37+
"dependencies": {},
38+
"devDependencies": {},
39+
"engines": {
40+
"node": ">=0.10.0",
41+
"npm": ">2.7.0"
42+
},
43+
"os": [
44+
"aix",
45+
"darwin",
46+
"freebsd",
47+
"linux",
48+
"macos",
49+
"openbsd",
50+
"sunos",
51+
"win32",
52+
"windows"
53+
],
54+
"keywords": [
55+
"stdlib",
56+
"stdmath",
57+
"mathematics",
58+
"math",
59+
"math.log",
60+
"math.log1p",
61+
"log1pmxf",
62+
"special functions",
63+
"special",
64+
"ln",
65+
"natural",
66+
"logarithm",
67+
"log",
68+
"function"
69+
],
70+
"__stdlib__": {
71+
"scaffold": {
72+
"$schema": "math/base@v1.0",
73+
"base_alias": "log1pmxf",
74+
"alias": "log1pmxf",
75+
"pkg_desc": "evaluate ln(1+x) - x for a single-precision floating point number",
76+
"desc": "evaluates ln(1+x) - x for a single-precision floating point number",
77+
"short_desc": "ln(1+x) - x",
78+
"parameters": [
79+
{
80+
"name": "x",
81+
"desc": "input value",
12882
"type": {
12983
"javascript": "number",
13084
"jsdoc": "number",
13185
"c": "float",
13286
"dtype": "float32"
133-
}
134-
},
135-
"keywords": [
136-
"ln",
137-
"natural",
138-
"logarithm",
139-
"log"
140-
],
141-
"extra_keywords": []
142-
}
87+
},
88+
"domain": [
89+
{
90+
"min": -1,
91+
"max": "infinity"
92+
}
93+
],
94+
"rand": {
95+
"prng": "random/base/uniform",
96+
"parameters": [
97+
-1,
98+
100
99+
]
100+
},
101+
"example_values": [
102+
-0.99,
103+
1,
104+
2,
105+
-0.9,
106+
0.25,
107+
0.5,
108+
-0.5,
109+
10,
110+
25,
111+
50,
112+
-0.25,
113+
-0.1,
114+
0,
115+
0.01,
116+
3,
117+
4,
118+
5,
119+
75,
120+
90,
121+
100
122+
]
123+
}
124+
],
125+
"output_policy": "real_floating_point_and_generic",
126+
"returns": {
127+
"desc": "function value",
128+
"type": {
129+
"javascript": "number",
130+
"jsdoc": "number",
131+
"c": "float",
132+
"dtype": "float32"
133+
}
134+
},
135+
"keywords": [
136+
"ln",
137+
"natural",
138+
"logarithm",
139+
"log"
140+
],
141+
"extra_keywords": []
143142
}
144143
}
144+
}

0 commit comments

Comments
 (0)