Class P2_2

java.lang.Object
  |
  +--P2_2

public class P2_2
extends java.lang.Object

Ohjelmalla testataan 2. asteen polynomin juurien etsimistä

Version:
1.0, 16.02.2003
Author:
Vesa Lappalainen

Constructor Summary
P2_2()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void testi(double a, double b, double c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P2_2

public P2_2()
Method Detail

testi

public static void testi(double a,
                         double b,
                         double c)

main

public static void main(java.lang.String[] args)