Class driver

java.lang.Object
   |
   +----driver

public class driver
extends Object
Driver Class is contains the main program driving an application.


Constructor Index

 o driver()

Method Index

 o main(String[])
The main entry point for the application.
 o pause()
Pause waits for the user to type a return before continuing.

Constructors

 o driver
 public driver()

Methods

 o pause
 public static void pause()
Pause waits for the user to type a return before continuing. No arguments.

 o main
 public static void main(String args[])
The main entry point for the application. This one computes the sin and cosine function at an argument to various precision, and also calls the corresponding functions in java.Math.