Module math

Class Mul

All Implemented Interfaces:
Manageable, Shareable, FloatToFloat

public class Mul extends ShareableBase implements FloatToFloat
  • Field Details

    • $TYPE

      public static final Mul.Type $TYPE
    • second$FIELD

      public static final SCOType.Field second$FIELD
  • Constructor Details

    • Mul

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