Class Bessel

java.lang.Object
de.tu_bs.isbs.util.math.Bessel

public class Bessel
extends java.lang.Object
Besselfunktionen J0, J1, Y0, Y1. (Nach W. J. Cody, NETLIB/SPECFUN)
Author:
reiser
  • Method Summary

    Modifier and Type Method Description
    static double J0​(double x)
    J0(x).
    static double J1​(double x)
    J1(x).
    static double Y0​(double x)
    Y0(x).
    static double Y1​(double x)
    Y1(x).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • J0

      public static double J0​(double x)
      J0(x).
      Parameters:
      x -
      Returns:
      J0(x)
    • J1

      public static double J1​(double x)
      J1(x).
      Parameters:
      x -
      Returns:
      J1(x)
    • Y0

      public static double Y0​(double x)
      Y0(x).
      Parameters:
      x -
      Returns:
      Y0(x)
    • Y1

      public static double Y1​(double x)
      Y1(x).
      Parameters:
      x -
      Returns:
      Y1(x)