Package:  ORG.netlib.math.complex
---------------------------------

version 1.0 FINAL



    Complex

        A complex arithmetic class for Java.

        -- See it's javadoc API for details.




        Supplementary classes:
        ----------------------

        TestComplex

            This is a command-line based tester for class Complex.  You
            can test out any of the methods in the API.  To invoke it,
            enter


                    java TestComplex


            and follow the usage instructions.


        ComplexBenchmark

            This tests the speed of execution of all the functions in
            class Complex, on the current local system.  It calls each
            function a set number of iterations.  The default is 1 million.
            To invoke it, enter


                    java ComplexBenchmark
            or
                    java ComplexBenchmark <iterations>


            Have patience, this can take some time.


Regards,




Sandy

/*  Correct my address in any reply, or it'll be treated as spam:
--
//     Alexander Anderson    <DELETE_THIS.sandy@almide.demon.co.uk>
//     Home Fone                               +44 (0) 171-794-4543
//     London, UK                    http://www.almide.demon.co.uk/
//     PGP print   C6 8C 55 F2 77 7B 99 9B  14 77 66 F5 B8 74 CF 12
*/
