m

math-base

Elementary math utilities with a focus on random number generation, non-linear optimization, interpolation and solvers
https://github.com/stefan-zobel/math-base/
Apache License, version 2.0
Stefan Zobel
Files download
File Operation
math-base-1.4.0.jar download
math-base-1.4.0.pom download
math-base-1.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.streamsupport</groupId>
  <artifactId>math-base</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.streamsupport:math-base:1.4.0'
Gradle Kotlin
implementation("net.sourceforge.streamsupport:math-base:1.4.0")
Scala SBT
libraryDependencies += "net.sourceforge.streamsupport" % "math-base" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.streamsupport', module='math-base', version='1.4.0')
)
Apache Ivy
<dependency org="net.sourceforge.streamsupport" name="math-base" rev="1.4.0" />
Leiningen
[net.sourceforge.streamsupport/math-base "1.4.0"]
Apache Buildr
'net.sourceforge.streamsupport:math-base:jar:1.4.0'
Dependencies