Module math

Class Rad

All Implemented Interfaces:
Manageable, Shareable, FloatToFloat

public class Rad extends ShareableBase implements FloatToFloat
  • Field Details

    • $TYPE

      public static final Rad.Type $TYPE
  • Constructor Details

    • Rad

      public Rad()
  • 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