Documentation of 'jhplot.math.Mathfun' Java class.
Mathfun
jhplot.math

Class Mathfun



  • public class Mathfun
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Mathfun() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static double hypot(double a, double b)
      sqrt(a^2 + b^2) without under/overflow.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Mathfun

        public Mathfun()
    • Method Detail

      • hypot

        public static double hypot(double a,
                                   double b)
        sqrt(a^2 + b^2) without under/overflow. *

DMelt 3.0 © DataMelt by jWork.ORG