Repository: commons-math Updated Branches: refs/heads/master b04875703 -> c5512b7d6
Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c5512b7d Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/c5512b7d Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/c5512b7d Branch: refs/heads/master Commit: c5512b7d690ea77775de3790b1760a62540e06bc Parents: b048757 Author: Gilles <er...@apache.org> Authored: Sun Mar 18 02:22:03 2018 +0100 Committer: Gilles <er...@apache.org> Committed: Sun Mar 18 02:22:03 2018 +0100 ---------------------------------------------------------------------- .../java/org/apache/commons/math4/complex/ComplexUtils.java | 5 +---- .../org/apache/commons/math4/transform/RealTransformer.java | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/c5512b7d/src/main/java/org/apache/commons/math4/complex/ComplexUtils.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/complex/ComplexUtils.java b/src/main/java/org/apache/commons/math4/complex/ComplexUtils.java index 16022cd..57f59da 100644 --- a/src/main/java/org/apache/commons/math4/complex/ComplexUtils.java +++ b/src/main/java/org/apache/commons/math4/complex/ComplexUtils.java @@ -37,10 +37,7 @@ public class ComplexUtils { /** * Creates a complex number from the given polar representation. - * <p> - * If either {@code r} or {@code theta} is NaN, or {@code theta} is - * infinite, {@link Complex#NaN} is returned. - * <p> + * * If {@code r} is infinite and {@code theta} is finite, infinite or NaN * values may be returned in parts of the result, following the rules for * double arithmetic. http://git-wip-us.apache.org/repos/asf/commons-math/blob/c5512b7d/src/main/java/org/apache/commons/math4/transform/RealTransformer.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/transform/RealTransformer.java b/src/main/java/org/apache/commons/math4/transform/RealTransformer.java index a53dfad..f452b07 100644 --- a/src/main/java/org/apache/commons/math4/transform/RealTransformer.java +++ b/src/main/java/org/apache/commons/math4/transform/RealTransformer.java @@ -26,10 +26,7 @@ import org.apache.commons.math4.exception.NotStrictlyPositiveException; * <p> * Such transforms include {@link FastSineTransformer sine transform}, * {@link FastCosineTransformer cosine transform} or {@link - * FastHadamardTransformer Hadamard transform}. {@link FastFourierTransformer - * Fourier transform} is of a different kind and does not implement this - * interface since it produces {@link org.apache.commons.math4.complex.Complex} - * results instead of real ones. + * FastHadamardTransformer Hadamard transform}. * * @since 2.0 */