Class MathLib.modf

All Implemented Interfaces:
KryoSerializable
Enclosing class:
MathLib

public static class MathLib.modf extends VarArgFunction
  • Constructor Details

    • modf

      public modf()
  • Method Details

    • invoke

      public Varargs invoke(Varargs args)
      Description copied from class: VarArgFunction
      Subclass responsibility. May not have expected behavior for tail calls. Should not be used if: - function has a possibility of returning a TailcallVarargs
      Overrides:
      invoke in class VarArgFunction
      Parameters:
      args - the arguments to the function call.