commons-math3 3.6.1-2 source package in Ubuntu

Changelog

commons-math3 (3.6.1-2) unstable; urgency=medium

  * Team upload.
  * Update 03_libjs-mathjax.patch to add --allow-script-in-comments to
    maven-javadoc-plugin invocation to address FTBFS. (Closes: #852880)

 -- tony mancill <email address hidden>  Fri, 03 Feb 2017 10:14:20 -0800

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
commons-math3_3.6.1-2.dsc 2.1 KiB 5905e1b97832c02eca799819683c3b44578ec5c555f9440d4e95e09b3008ed4f
commons-math3_3.6.1.orig.tar.xz 2.4 MiB 16d940c11c48793214915b72201c35719acd1cb40278066b3c090165550fd992
commons-math3_3.6.1-2.debian.tar.xz 7.9 KiB 3304bf16bb2bbbee9c764ad5cf466eb8139ddcfb5a0553d4fcb9d511b97ff595

Available diffs

No changes file available.

Binary packages built by this source

libcommons-math3-java: No summary available for libcommons-math3-java in ubuntu artful.

No description available for libcommons-math3-java in ubuntu artful.

libcommons-math3-java-doc: Java lightweight mathematics and statistics components - documentation

 Commons Math is a Java library of lightweight, self-contained mathematics
 and statistics components.
 .
 Commons Math is made up of a small set of math/stat utilities addressing
 programming problems like the ones in the list below:
  - Computing means, variances and other summary statistics for a list of
  numbers
  - Fitting a line to a set of data points using linear regression
  - Finding a smooth curve that passes through a collection of points
  (interpolation)
  - Fitting a parametric model to a set of measurements using least-squares
  methods
  - Solving equations involving real-valued functions (i.e. root-finding)
  - Solving systems of linear equations
  - Solving Ordinary Differential Equations
  - Minimizing multi-dimensional functions
  - Generating random numbers with more restrictions (e.g distribution, range)
  than what is possible using the JDK
  - Generating random samples and/or datasets that are "like" the data in an
  input file
  - Performing statistical significance tests
  - Miscellaneous mathematical functions such as factorials, binomial
  coefficients and "special functions" (e.g. gamma, beta functions)
 .
 This is a part of the Apache Commons Project.
 .
 This package provides the API documentation for Commons Math.