R/CAAInterpolate_Interpolate3.R

Defines functions CAAInterpolate_Interpolate3

Documented in CAAInterpolate_Interpolate3

CAAInterpolate_Interpolate3 <-
function(n, Y1, Y2, Y3){
.Call("CAAInterpolate_Interpolate3", n, Y1, Y2, Y3)
}
helixcn/skycalc documentation built on March 31, 2021, 5:45 a.m.