..
2021-03-22 20:41:18 +07:00
2023-03-16 09:37:03 +03:00
2023-02-03 19:32:53 +03:00

Module kmath-functions

Functions and interpolations.

Artifact:

The Maven coordinates of this project are space.kscience:kmath-functions:0.3.1-dev-1.

Gradle Groovy:

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

dependencies {
    implementation 'space.kscience:kmath-functions:0.3.1-dev-1'
}

Gradle Kotlin DSL:

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

dependencies {
    implementation("space.kscience:kmath-functions:0.3.1-dev-1")
}