fixed typos

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1124398 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-05-18 19:55:30 +00:00
parent 5cf31cb6d5
commit 07ecb4d65a
1 changed files with 2 additions and 2 deletions

View File

@ -31,9 +31,9 @@ package org.apache.commons.math.util;
* extensively used inside Apache Commons Math, so by calling some algorithms,
* the one-shot overhead will occur regardless of the end-user calling FastMath
* methods directly or not. Performance figures for a specific JVM and hardware
* can be evaluated by running the FastMathTestPerformance tests in the tests
* can be evaluated by running the FastMathTestPerformance tests in the test
* directory of the source distribution.
* <p>
* </p>
* <p>
* FastMath accuracy should be mostly independent of the JVM as it relies only
* on IEEE-754 basic operations and on embedded tables. Almost all operations