Skip to content

Commit d73c94a

Browse files
committed
updated doc
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
2 parents 4770cb7 + 16e153a commit d73c94a

File tree

4 files changed

+85
-85
lines changed

4 files changed

+85
-85
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/mode/binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
# List of files to include in this file:
2323
'includes': [
24-
'./include.gypi',
24+
'./include.gypi ',
2525
],
2626

2727
# Define variables to be used throughout the configuration for all targets:

lib/node_modules/@stdlib/stats/base/dists/planck/mode/include.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Define variables to be used throughout the configuration for all targets:
2525
'variables': {
2626
# Source directory:
27-
'src_dir': './src',
27+
'src_dir': ' ./src',
2828

2929
# Include directories:
3030
'include_dirs': [
Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
11
{
2-
"options": {
3-
"task": "build",
4-
"wasm": false
5-
},
6-
"fields": [
7-
{
8-
"field": "src",
9-
"resolve": true,
10-
"relative": true
11-
},
12-
{
13-
"field": "include",
14-
"resolve": true,
15-
"relative": true
16-
},
17-
{
18-
"field": "libraries",
19-
"resolve": false,
20-
"relative": false
21-
},
22-
{
23-
"field": "libpath",
24-
"resolve": true,
25-
"relative": false
26-
}
27-
],
28-
"confs": [
29-
{
2+
"options": {
303
"task": "build",
31-
"wasm": false,
32-
"src": [
33-
"./src/main.c"
34-
],
35-
"include": [
36-
"./include"
37-
],
38-
"libraries": [],
39-
"libpath": [],
40-
"dependencies": [
41-
"@stdlib/math/base/napi/unary",
42-
"@stdlib/math/base/special/asin",
43-
"@stdlib/math/base/assert/is-nan",
44-
"@stdlib/math/base/special/sqrt",
45-
"@stdlib/constants/float64/pi"
46-
]
47-
},
48-
{
49-
"task": "benchmark",
50-
"wasm": false,
51-
"src": [
52-
"./src/main.c"
53-
],
54-
"include": [
55-
"./include"
56-
],
57-
"libraries": [],
58-
"libpath": [],
59-
"dependencies": [
60-
"@stdlib/math/base/special/asin",
61-
"@stdlib/math/base/assert/is-nan",
62-
"@stdlib/math/base/special/sqrt",
63-
"@stdlib/constants/float64/pi"
64-
]
4+
"wasm": false
655
},
66-
{
67-
"task": "examples",
68-
"wasm": false,
69-
"src": [
70-
"./src/main.c"
71-
],
72-
"include": [
73-
"./include"
74-
],
75-
"libraries": [],
76-
"libpath": [],
77-
"dependencies": [
78-
"@stdlib/math/base/special/asin",
79-
"@stdlib/math/base/assert/is-nan",
80-
"@stdlib/math/base/special/sqrt",
81-
"@stdlib/constants/float64/pi"
82-
]
83-
}
84-
]
85-
}
6+
"fields": [
7+
{
8+
"field": "src",
9+
"resolve": true,
10+
"relative": true
11+
},
12+
{
13+
"field": "include",
14+
"resolve": true,
15+
"relative": true
16+
},
17+
{
18+
"field": "libraries",
19+
"resolve": false,
20+
"relative": false
21+
},
22+
{
23+
"field": "libpath",
24+
"resolve": true,
25+
"relative": false
26+
}
27+
],
28+
"confs": [
29+
{
30+
"task": "build",
31+
"wasm": false,
32+
"src": [
33+
"./src/main.c"
34+
],
35+
"include": [
36+
"./include"
37+
],
38+
"libraries": [],
39+
"libpath": [],
40+
"dependencies": [
41+
"@stdlib/math/base/napi/unary",
42+
"@stdlib/math/base/assert/is-nan",
43+
"@stdlib/math/base/special/asin",
44+
"@stdlib/math/base/special/sqrt",
45+
"@stdlib/constants/float64/pi"
46+
]
47+
},
48+
{
49+
"task": "benchmark",
50+
"wasm": false,
51+
"src": [
52+
"./src/main.c"
53+
],
54+
"include": [
55+
"./include"
56+
],
57+
"libraries": [],
58+
"libpath": [],
59+
"dependencies": [
60+
"@stdlib/math/base/assert/is-nan",
61+
"@stdlib/math/base/special/asin",
62+
"@stdlib/math/base/special/sqrt",
63+
"@stdlib/constants/float64/pi"
64+
]
65+
},
66+
{
67+
"task": "examples",
68+
"wasm": false,
69+
"src": [
70+
"./src/main.c"
71+
],
72+
"include": [
73+
"./include"
74+
],
75+
"libraries": [],
76+
"libpath": [],
77+
"dependencies": [
78+
"@stdlib/math/base/assert/is-nan",
79+
"@stdlib/math/base/special/asin",
80+
"@stdlib/math/base/special/sqrt",
81+
"@stdlib/constants/float64/pi"
82+
]
83+
}
84+
]
85+
}

lib/node_modules/@stdlib/stats/base/dists/planck/mode/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "stdlib/math/base/assert/is_nan.h"
2121

2222
/**
23-
*Returns the mode of a Planck distribution with shape parameter `lambda`.
23+
* Returns the mode of a Planck distribution with shape parameter `lambda`.
2424
*
2525
* @param lambda shape parameter
2626
* @return mode or NaN if invalid input

0 commit comments

Comments
 (0)