p

precise

Kotlin/JVM compensated summation of Double sequences to calculate sum, mean, standard deviation
https://github.com/rtmigo/precise_kt
MIT
Revercode
Artsiom iG
Files download
File Operation
precise-0.1.1.jar download
precise-0.1.1.pom download
precise-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.rtmigo</groupId>
  <artifactId>precise</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.rtmigo:precise:0.1.1'
Gradle Kotlin
implementation("io.github.rtmigo:precise:0.1.1")
Scala SBT
libraryDependencies += "io.github.rtmigo" % "precise" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rtmigo', module='precise', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.rtmigo" name="precise" rev="0.1.1" />
Leiningen
[io.github.rtmigo/precise "0.1.1"]
Apache Buildr
'io.github.rtmigo:precise:jar:0.1.1'