Last Version

Quadrature example 1.3

Contains examples for computing numerical quadrature (integration). Code in this module is not part of the public API.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-rng-examples-quadrature
Version

Version

1.3
Type

Type

jar
Description

Description

Quadrature example
Contains examples for computing numerical quadrature (integration). Code in this module is not part of the public API.
Project Organization

Project Organization

The Apache Software Foundation

Download commons-rng-examples-quadrature 1.3


<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples-quadrature/ -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-rng-examples-quadrature</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples-quadrature/
implementation 'org.apache.commons:commons-rng-examples-quadrature:1.3'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples-quadrature/
implementation ("org.apache.commons:commons-rng-examples-quadrature:1.3")
'org.apache.commons:commons-rng-examples-quadrature:jar:1.3'
<dependency org="org.apache.commons" name="commons-rng-examples-quadrature" rev="1.3">
  <artifact name="commons-rng-examples-quadrature" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rng-examples-quadrature', version='1.3')
)
libraryDependencies += "org.apache.commons" % "commons-rng-examples-quadrature" % "1.3"
[org.apache.commons/commons-rng-examples-quadrature "1.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-rng-simple jar 1.3
org.apache.commons : commons-rng-sampling jar 1.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.