c

complex-numbers

A lightweight library that allows a comfortable handling of complex numbers in Kotlin
https://github.com/kotlincook/complex-numbers
Apache License, Version 2.0
Jörg Vollmer
Files download
File Operation
complex-numbers-1.0.jar download
complex-numbers-1.0.pom download
complex-numbers-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kotlinmath</groupId>
  <artifactId>complex-numbers</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.kotlinmath:complex-numbers:1.0'
Gradle Kotlin
implementation("org.kotlinmath:complex-numbers:1.0")
Scala SBT
libraryDependencies += "org.kotlinmath" % "complex-numbers" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kotlinmath', module='complex-numbers', version='1.0')
)
Apache Ivy
<dependency org="org.kotlinmath" name="complex-numbers" rev="1.0" />
Leiningen
[org.kotlinmath/complex-numbers "1.0"]
Apache Buildr
'org.kotlinmath:complex-numbers:jar:1.0'