Skip to content

Commit dec6ced

Browse files
chore: change 1 to 1.0
Signed-off-by: Karan Anand <[email protected]>
1 parent 6dfe7ff commit dec6ced

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/chebyshev-t-polynomial/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/chebyshev-t-polynomial/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function chebyshevtpoly( n, x ) {
7070
) {
7171
return NaN;
7272
}
73-
return hyp2f1( -n, n, 0.5, 0.5*(1-x) );
73+
return hyp2f1( -n, n, 0.5, 0.5*(1.0-x) );
7474
}
7575

7676

0 commit comments

Comments
 (0)