Class LMath

java.lang.Object
velo.ladaalpha.fields.math.LMath

public class LMath extends Object
The Class LMath.
  • Constructor Details

    • LMath

      public LMath()
  • Method Details

    • factorial

      public static double factorial(double number)
      Factorial.
      Parameters:
      number - the number
      Returns:
      the double
    • round

      public static double round(double x, double p)
      Round.
      Parameters:
      x - the x
      p - the p
      Returns:
      the double