Class MathModule

java.lang.Object
swim.structure.func.MathModule

public final class MathModule extends Object
  • Method Details

    • max

      public static Func max()
    • min

      public static Func min()
    • abs

      public static Func abs()
    • ceil

      public static Func ceil()
    • floor

      public static Func floor()
    • round

      public static Func round()
    • sqrt

      public static Func sqrt()
    • pow

      public static Func pow()
    • rate

      public static Func rate()
    • random

      public static Func random()
    • scope

      public static Record scope()