Skip to content

Commit d8cc1f7

Browse files
chore: changed example_values according to code review
--- 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 12eb145 commit d8cc1f7

File tree

1 file changed

+76
-20
lines changed
  • lib/node_modules/@stdlib/math/base/special/cceil

1 file changed

+76
-20
lines changed

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

Lines changed: 76 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,26 +99,82 @@
9999
]
100100
},
101101
"example_values": [
102-
{ "re": 3.14, "im": 1.5 },
103-
{ "re": -3.14, "im": -1.5 },
104-
{ "re": 0, "im": 0 },
105-
{ "re": -1.5, "im": 2.5 },
106-
{ "re": 2.5, "im": -1.5 },
107-
{ "re": 0, "im": -3.7 },
108-
{ "re": 4.2, "im": 0 },
109-
{ "re": 21.2, "im": 3 },
110-
{ "re": 11, "im": -5 },
111-
{ "re": 33, "im": -14.67 },
112-
{ "re": -42, "im": 9.3 },
113-
{ "re": -3, "im": 3 },
114-
{ "re": 73, "im": 31 },
115-
{ "re": -2.45, "im": 1.23 },
116-
{ "re": 2.45, "im": -1.23 },
117-
{ "re": 1.77, "im": -3.14 },
118-
{ "re": -7.5, "im": 8.2 },
119-
{ "re": 5.5, "im": -12.3 },
120-
{ "re": -15.8, "im": 0.4 },
121-
{ "re": 0.99, "im": -0.99 }
102+
{
103+
"re": -3.14,
104+
"im": -1.5
105+
},
106+
{
107+
"re": 0,
108+
"im": 0
109+
},
110+
{
111+
"re": -1.5,
112+
"im": 2.5
113+
},
114+
{
115+
"re": 2.5,
116+
"im": -1.5
117+
},
118+
{
119+
"re": 0,
120+
"im": -3.7
121+
},
122+
{
123+
"re": 4.2,
124+
"im": 0
125+
},
126+
{
127+
"re": 21.2,
128+
"im": 3
129+
},
130+
{
131+
"re": 11,
132+
"im": -5
133+
},
134+
{
135+
"re": 33,
136+
"im": -14.67
137+
},
138+
{
139+
"re": -42,
140+
"im": 9.3
141+
},
142+
{
143+
"re": -3,
144+
"im": 3
145+
},
146+
{
147+
"re": 73,
148+
"im": 31
149+
},
150+
{
151+
"re": -2.45,
152+
"im": 1.23
153+
},
154+
{
155+
"re": 2.45,
156+
"im": -1.23
157+
},
158+
{
159+
"re": 1.77,
160+
"im": -3.14
161+
},
162+
{
163+
"re": -7.5,
164+
"im": 8.2
165+
},
166+
{
167+
"re": 5.5,
168+
"im": -12.3
169+
},
170+
{
171+
"re": -15.8,
172+
"im": 0.4
173+
},
174+
{
175+
"re": 0.99,
176+
"im": -0.99
177+
}
122178
]
123179
}
124180
],

0 commit comments

Comments
 (0)