Skip to content

Commit e24c36e

Browse files
committed
chore: add empty lines between code generation block comments
--- 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: na - 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: passed - 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 1ab13f0 commit e24c36e

File tree

1 file changed

+24
-8
lines changed
  • lib/node_modules/@stdlib/math/base/special/gammainc/src

1 file changed

+24
-8
lines changed

lib/node_modules/@stdlib/math/base/special/gammainc/src/main.c

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ static double polyval_c0( const double x ) {
100100
return -0.3333333333333333 + (x * (0.08333333333333333 + (x * (-0.014814814814814815 + (x * (0.0011574074074074073 + (x * (0.0003527336860670194 + (x * (-0.0001787551440329218 + (x * (0.00003919263178522438 + (x * (-0.0000021854485106799924 + (x * (-0.00000185406221071516 + (x * (8.296711340953087e-7 + (x * (-1.7665952736826078e-7 + (x * (6.707853543401498e-9 + (x * (1.0261809784240309e-8 + (x * (-4.382036018453353e-9 + (x * 9.14769958223679e-10)))))))))))))))))))))))))));
101101
}
102102

103-
// END: polyval_c0// BEGIN: polyval_c1
103+
// END: polyval_c0
104+
105+
// BEGIN: polyval_c1
104106

105107
/**
106108
* Evaluates a polynomial.
@@ -118,7 +120,9 @@ static double polyval_c1( const double x ) {
118120
return -0.001851851851851852 + (x * (-0.003472222222222222 + (x * (0.0026455026455026454 + (x * (-0.0009902263374485596 + (x * (0.00020576131687242798 + (x * (-4.018775720164609e-7 + (x * (-0.000018098550334489977 + (x * (0.00000764916091608111 + (x * (-0.0000016120900894563446 + (x * (4.647127802807434e-9 + (x * (1.378633446915721e-7 + (x * (-5.752545603517705e-8 + (x * 1.1951628599778148e-8)))))))))))))))))))))));
119121
}
120122

121-
// END: polyval_c1// BEGIN: polyval_c2
123+
// END: polyval_c1
124+
125+
// BEGIN: polyval_c2
122126

123127
/**
124128
* Evaluates a polynomial.
@@ -136,7 +140,9 @@ static double polyval_c2( const double x ) {
136140
return 0.004133597883597883 + (x * (-0.0026813271604938273 + (x * (0.0007716049382716049 + (x * (0.0000020093878600823047 + (x * (-0.00010736653226365161 + (x * (0.000052923448829120125 + (x * (-0.000012760635188618728 + (x * (3.423578734096138e-8 + (x * (0.0000013721957309062932 + (x * (-6.298992138380055e-7 + (x * 1.4280614206064242e-7)))))))))))))))))));
137141
}
138142

139-
// END: polyval_c2// BEGIN: polyval_c3
143+
// END: polyval_c2
144+
145+
// BEGIN: polyval_c3
140146

141147
/**
142148
* Evaluates a polynomial.
@@ -154,7 +160,9 @@ static double polyval_c3( const double x ) {
154160
return 0.0006494341563786008 + (x * (0.00022947209362139917 + (x * (-0.0004691894943952557 + (x * (0.00026772063206283885 + (x * (-0.00007561801671883977 + (x * (-2.396505113867297e-7 + (x * (0.000011082654115347302 + (x * (-0.0000056749528269915965 + (x * 0.0000014230900732435883)))))))))))))));
155161
}
156162

157-
// END: polyval_c3// BEGIN: polyval_c4
163+
// END: polyval_c3
164+
165+
// BEGIN: polyval_c4
158166

159167
/**
160168
* Evaluates a polynomial.
@@ -172,7 +180,9 @@ static double polyval_c4( const double x ) {
172180
return -0.0008618882909167117 + (x * (0.0007840392217200666 + (x * (-0.0002990724803031902 + (x * (-0.0000014638452578843418 + (x * (0.00006641498215465122 + (x * (-0.00003968365047179435 + (x * 0.000011375726970678419)))))))))));
173181
}
174182

175-
// END: polyval_c4// BEGIN: polyval_c5
183+
// END: polyval_c4
184+
185+
// BEGIN: polyval_c5
176186

177187
/**
178188
* Evaluates a polynomial.
@@ -190,7 +200,9 @@ static double polyval_c5( const double x ) {
190200
return -0.00033679855336635813 + (x * (-0.00006972813758365858 + (x * (0.0002772753244959392 + (x * (-0.00019932570516188847 + (x * (0.00006797780477937208 + (x * (1.419062920643967e-7 + (x * (-0.000013594048189768693 + (x * (0.000008018470256334202 + (x * -0.000002291481176508095)))))))))))))));
191201
}
192202

193-
// END: polyval_c5// BEGIN: polyval_c6
203+
// END: polyval_c5
204+
205+
// BEGIN: polyval_c6
194206

195207
/**
196208
* Evaluates a polynomial.
@@ -208,7 +220,9 @@ static double polyval_c6( const double x ) {
208220
return 0.0005313079364639922 + (x * (-0.0005921664373536939 + (x * (0.0002708782096718045 + (x * (7.902353232660328e-7 + (x * (-0.00008153969367561969 + (x * (0.0000561168275310625 + (x * -0.000018329116582843375)))))))))));
209221
}
210222

211-
// END: polyval_c6// BEGIN: polyval_c7
223+
// END: polyval_c6
224+
225+
// BEGIN: polyval_c7
212226

213227
/**
214228
* Evaluates a polynomial.
@@ -226,7 +240,9 @@ static double polyval_c7( const double x ) {
226240
return 0.00034436760689237765 + (x * (0.00005171790908260592 + (x * (-0.00033493161081142234 + (x * (0.0002812695154763237 + (x * -0.00010976582244684731)))))));
227241
}
228242

229-
// END: polyval_c7// BEGIN: polyval_c8
243+
// END: polyval_c7
244+
245+
// BEGIN: polyval_c8
230246

231247
/**
232248
* Evaluates a polynomial.

0 commit comments

Comments
 (0)