Skip to content

Commit 60abf53

Browse files
committed
update to 5.5.0
1 parent ab2329e commit 60abf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/polintmat.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
polintmat <- function(xa, ya, x) {
2-
# Polynomial extrapolion for a converging sequence
2+
# Polynomial extrapolation for a converging sequence
33
# YA is an 3-D array with 1st D same as XA
44
n <- length(xa)
55
dimya <- dim(as.array(ya))

0 commit comments

Comments
 (0)