Class Loan


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

      Constructors 
      Constructor Description
      Loan()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void loan​(double i, double p, double r, double b4)  
      static void main​(java.lang.String[] args)
      It executes the program which computes values for tan(x) = -x.
      • Methods inherited from class java.lang.Object

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

      • Loan

        public Loan()
    • Method Detail

      • loan

        public void loan​(double i,
                         double p,
                         double r,
                         double b4)
      • main

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