Kotlin Complex Numbers

A lightweight library that allows a comfortable handling of complex numbers in Kotlin

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

org.kotlinmath
ArtifactId

ArtifactId

complex-numbers
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Kotlin Complex Numbers
A lightweight library that allows a comfortable handling of complex numbers in Kotlin
Project URL

Project URL

https://github.com/kotlincook/complex-numbers
Source Code Management

Source Code Management

https://github.com/kotlincook/complex-numbers.git

Download complex-numbers

How to add to project

<!-- https://jarcasting.com/artifacts/org.kotlinmath/complex-numbers/ -->
<dependency>
    <groupId>org.kotlinmath</groupId>
    <artifactId>complex-numbers</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kotlinmath/complex-numbers/
implementation 'org.kotlinmath:complex-numbers:1.0'
// https://jarcasting.com/artifacts/org.kotlinmath/complex-numbers/
implementation ("org.kotlinmath:complex-numbers:1.0")
'org.kotlinmath:complex-numbers:jar:1.0'
<dependency org="org.kotlinmath" name="complex-numbers" rev="1.0">
  <artifact name="complex-numbers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kotlinmath', module='complex-numbers', version='1.0')
)
libraryDependencies += "org.kotlinmath" % "complex-numbers" % "1.0"
[org.kotlinmath/complex-numbers "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.70

test (4)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.6.1
org.jetbrains.kotlin : kotlin-test jar 1.3.70
net.imagej : ij jar 1.52t
org.junit.jupiter : junit-jupiter jar 5.6.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0