Class SinCosExample


  • public class SinCosExample
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SinCosExample()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      It executes the program which computes values for sin(x) = cos(x).
      (package private) void model()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SinCosExample

        public SinCosExample()
    • Method Detail

      • model

        void model()
      • main

        public static void main​(java.lang.String[] args)
        It executes the program which computes values for sin(x) = cos(x).
        Parameters:
        args - no arguments