You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/10/10 06:43:30 UTC

DO NOT REPLY [Bug 23716] New: - [math] patch - license spelling correction, convergence exception change

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23716>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23716

[math] patch - license spelling correction, convergence exception change

           Summary: [math] patch - license spelling correction, convergence
                    exception change
           Product: Commons
           Version: 1.0 Alpha
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Sandbox
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: brent@worden.org


The Apache license misspelled acknowledgement.  Made correction to license file 
and to all source file headings.

Made ConvergenceException extend MathException and moved ConvergenceException 
to the org.apache.commons.math packages.

The change of exception heirarchy forced changes in other parts of commons-
math.  All affected, low level routines (gamma, beta, cf, ...) now throw a 
MathException.  All affected, distribution routines now catch a MathException 
and return NaN.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org