Examples of j0()


Examples of com.nr.sf.Bessjy.j0()

  public double funk(final double x) {
    return  Bessj0_Brent(x);
  }
  double Bessj0_Brent(final double x) {
    Bessjy b = new Bessjy();
    return(b.j0(x));
  }

  double Bessj1_Brent(final double x) {
    Bessjy b = new Bessjy();
    return(b.j1(x));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.