Package com.nr.sf

Examples of com.nr.sf.Bessjy


 
  class bj1 implements UniVarRealValueFun{
    public double funk(final double x) {
      int N=1;

      Bessjy b = new Bessjy();
      return(b.jn(N,x));
    }
View Full Code Here

TOP

Related Classes of com.nr.sf.Bessjy

Copyright © 2018 www.massapicom. 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.