Class CoatFastMath

java.lang.Object
org.jlab.service.swim.CoatFastMath

public class CoatFastMath extends Object
Author:
gavalian
  • Constructor Details Link icon

    • CoatFastMath Link icon

      public CoatFastMath()
  • Method Details Link icon

    • copySign Link icon

      public static double copySign(double magnitude, double sign)
    • atan2 Link icon

      public static double atan2(double y, double x)
    • atan Link icon

      public static double atan(double xa, double xb, boolean leftPlane)