Skip to content

Commit fe238cf

Browse files
committed
Auto-generated commit
1 parent a4a513a commit fe238cf

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

‎CONTRIBUTORS‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Ryan Seal <splrk@users.noreply.github.com>
6464
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
6565
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
6666
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
67+
Shivam <11shivam00@gmail.com>
6768
Shraddheya Shendre <shendreshraddheya@gmail.com>
6869
Shubham Mishra <shubh622005@gmail.com>
6970
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>

‎dist/index.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/index.js.map‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎lib/main.js‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ function compile( c, options ) {
120120
// If more than one coefficient, apply Horner's method...
121121
horner = c[ 0 ].toString();
122122
if ( isInteger( c[ 0 ] ) ) {
123-
horner += '.0{{dtype_suffix}}';
123+
horner += '.0';
124124
}
125+
horner += '{{dtype_suffix}}';
125126
for ( i = 1; i < n; i++ ) {
126127
horner += ' + (x * ';
127128
if ( i < m ) {

0 commit comments

Comments
 (0)