Documentation of 'jhplot.math.exp4j.function.Functions' Java class.
Functions
jhplot.math.exp4j.function

Class Functions



  • public class Functions
    extends java.lang.Object
    Class representing the builtin functions available for use in expressions You can enabled fast math calculation using
    See Also:
    HParam
    • Constructor Summary

      Constructors 
      Constructor and Description
      Functions() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static Function getBuiltinFunction(java.lang.String name)
      Get the builtin function for a given name
      • Methods inherited from class java.lang.Object

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

      • Functions

        public Functions()
    • Method Detail

      • getBuiltinFunction

        public static Function getBuiltinFunction(java.lang.String name)
        Get the builtin function for a given name
        Parameters:
        name - te name of the function
        Returns:
        a Function instance

DMelt 3.0 © DataMelt by jWork.ORG