Class driver
java.lang.Object
|
+----driver
- public class driver
- extends Object
Driver Class is contains the main program driving an application.
-
driver()
-
-
main(String[])
- The main entry point for the application.
-
pause()
- Pause waits for the user to type a return before continuing.
driver
public driver()
pause
public static void pause()
- Pause waits for the user to type a return before continuing.
No arguments.
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.