Java cos cosDeg(double degrees)

Here you can find the source of cosDeg(double degrees)

Description

cos Deg

License

Apache License

Declaration

public static float cosDeg(double degrees) 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {
    public static float cosDeg(double degrees) {
        return cosDeg((float) degrees);
    }/*from  ww w.  j  a va2 s  . c  o m*/
}

Related

  1. cos(int i)
  2. cos(Integer a)
  3. cos(Long a)
  4. cosd(double degreeAngle)
  5. cosd(double x)
  6. cosf(float f)
  7. cosf(float value)
  8. cosineCoefficient(double[] hist1, double[] hist2)
  9. cosineInterpolate(float y1, float y2, float mu)