Martin Gainty a écrit : > Bienvenue Luc! > > can you provide examples of any advantages of using Apache Math project over > the provided java.Math library?
The standard Math class in the java language mainly provides simple functions (trigonometric, logarithm, power, min, max ...). Commons-math provides complete algorithm dealing with general purposes needs, from statistics to Ordinary Differential Equations, linear algebra or optimization. Take a look at the overview in the user guide: <http://commons.apache.org/math/userguide/overview.html>, it describes the main features of the library. So as a summary, commons-math has a much wider scope than the Math class. > > Merci Beacoups! You're welcome > Martin Gainty Luc > ______________________________________________ > Note de déni et de confidentialité > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le > destinataire prévu, nous te demandons avec bonté que pour satisfaire informez > l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci > est interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > >> Date: Fri, 19 Mar 2010 23:14:55 +0100 >> From: [email protected] >> To: [email protected] >> Subject: Re: [Commons Math] Curious about Apache Commons Math >> >> Disc Magnet a écrit : >>> Hi, >>> >>> I am new to this list and I wanted to know a few things about Apache Commons >>> Math. Is it an active project? Do you know any other open source projects or >>> open source/commercial organizations who use Apache Commons Math? >> Commons math is an active project. Here is a search on the developpers >> mailing list archive: >> <http://commons.markmail.org/search/list:org.apache.commons.dev+%5Bmath%5D+order:date-backward> >> >> In fact, the next release is currently on its way and should probably be >> published very soon. >> >> The project is used by several different users but we don't know about >> all of them. An hint can be to look at the users list archive (see >> <http://commons.markmail.org/search/?q=list%3Aorg.apache.commons.users+[math]+order%3Adate-backward>). >> For what it's worth, I can say that it is used in operational space >> systems by commercial companies, national space agencies and astronomy >> research teams. >> >>> Are there any contributions required for Commons Math? If so, what kind of >>> contributions would be helpful to the project? >> If you wish to contribute, take a look at our JIRA issue tracking system >> <http://issues.apache.org/jira/browse/MATH> and at the contribution >> pages <http://www.apache.org/foundation/getinvolved.html>, >> <http://commons.apache.org/volunteering.html> and >> <http://commons.apache.org/patches.html>. >> >> Luc >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > _________________________________________________________________ > Hotmail: Trusted email with Microsoft’s powerful SPAM protection. > http://clk.atdmt.com/GBL/go/210850552/direct/01/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
