Module math

Class Cubic

All Implemented Interfaces:
Manageable, Shareable, FloatToFloat

public class Cubic extends ShareableBase implements FloatToFloat
  • Field Details

  • Constructor Details

    • Cubic

      public Cubic()
  • Method Details

    • evaluateFloat

      public float evaluateFloat(float v)
      Description copied from interface: FloatToFloat
      Computes the value of this function at x.
      Specified by:
      evaluateFloat in interface FloatToFloat
      Parameters:
      v - where the function is to be evaluated
      Returns:
      function value at x
    • getManageableType

      public ManageableType getManageableType()
      Specified by:
      getManageableType in interface Manageable