CAAInterpolate_Zero5_1: CAAInterpolate_Zero5_1

Description Usage Arguments Value Author(s) References Examples

View source: R/CAAInterpolate_Zero5_1.R

Description

CAAInterpolate_Zero5_1

Usage

1
CAAInterpolate_Zero5_1(Y1, Y2, Y3, Y4, Y5)

Arguments

Y1

Y1 The first Y value to interpolate from.

Y2

Y2 The second Y value to interpolate from.

Y3

Y3 The third Y value to interpolate from.

Y4

Y4 The fourth Y value to interpolate from.

Y5

Y5 The fifth Y value to interpolate from.

Value

The value of the argument X for which the function y becomes zero.

Author(s)

C++ code by PJ Naughter, imported to R by Jinlong Zhang

References

Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.

Examples

1
CAAInterpolate_Zero5_1(Y1 = 2.55, Y2 = 1.93, Y3 = 1.99, Y4 = 2.20, Y5 = 2.60)

helixcn/skycalc documentation built on March 31, 2021, 5:45 a.m.