kmath/kmath-functions/README.md

890 B

Module kmath-functions

Functions and interpolations.

Artifact:

The Maven coordinates of this project are space.kscience:kmath-functions:0.4.0.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:kmath-functions:0.4.0")
}