Class SinCos


  • public class SinCos
    extends Object
    Holder for both sin and cosine values.

    This class is a simple container, it does not provide any computational method.

    Since:
    1.3
    See Also:
    FastMath.sinCos(double)
    • Method Detail

      • sin

        public double sin()
        Get the value of the sine.
        Returns:
        value of the sine
      • cos

        public double cos()
        Get the value of the cosine.
        Returns:
        value of the cosine