simulations.objects.antennaMath
Class polint

java.lang.Object
  extended bysimulations.objects.antennaMath.polint

public class polint
extends java.lang.Object


Constructor Summary
polint()
           
 
Method Summary
static double polint(double[] xa, double[] ya, int n, double x, double y, double[] dy, int offset, int[] note)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

polint

public polint()
Method Detail

polint

public static double polint(double[] xa,
                            double[] ya,
                            int n,
                            double x,
                            double y,
                            double[] dy,
                            int offset,
                            int[] note)