Class TanExample


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

      Constructors 
      Constructor Description
      TanExample()  
    • 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 tan(x) = -x.
      void model()  
      • Methods inherited from class java.lang.Object

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

      • TanExample

        public TanExample()
    • Method Detail

      • model

        public void model()
      • main

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