Module math

Class Sqr

All Implemented Interfaces:
Manageable, Shareable, FloatToFloat

public class Sqr extends ShareableBase implements FloatToFloat
  • Field Details

    • $TYPE

      public static final Sqr.Type $TYPE
  • Constructor Details

    • Sqr

      public Sqr()
  • Method Details

    • evaluateFloat

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

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