Class MathUtil

java.lang.Object
org.yamcs.utils.MathUtil

public class MathUtil extends Object
Provides some of the operations that are required for XTCE MathOperation but are not part of standard java Math.
  • Constructor Details

    • MathUtil

      public MathUtil()
  • Method Details

    • acosh

      public static double acosh(double x)
    • asinh

      public static double asinh(double x)
    • atanh

      public static double atanh(double x)
    • factorial

      public static double factorial(double v)