mathbridge

A bridge to shareable mathematical functions

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.simianquant
ArtifactId

ArtifactId

mathbridge_2.12
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

mathbridge
A bridge to shareable mathematical functions
Project URL

Project URL

https://github.com/SimianQuant/mathbridge
Project Organization

Project Organization

com.simianquant
Source Code Management

Source Code Management

https://github.com/SimianQuant/mathbridge

Download mathbridge_2.12

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8
org.typelevel : spire_2.12 jar 0.16.0
org.apache.commons : commons-math3 jar 3.6.1

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.5
org.scalacheck : scalacheck_2.12 jar 1.14.0

Project Modules

There are no modules declared in this project.

Mathbridge

Build Status Build status Coverage Status Maven Central Scaladoc Join the chat at https://gitter.im/SimianQuant/mathbridge

Mathbridge adds a thin wrapper over open source mathematical libraries, that aims to bridge the deficiencies in each. As such,

  1. It provides default implementations for the mathematical operators supported by the SimianQuant library
  2. It patches over errors in open source implementations of certain functions (e.g. floor of spire.math.Jet)
  3. It provides single line imports to use spire types

To Use

Add the following line to your build.sbt file:

libraryDependencies += "com.simianquant" %% "mathbridge" % "0.4.0" // scala-jvm
com.simianquant

SimianQuant

Automating Software Implementation

Versions

Version
0.3.0
0.2.3
0.2.2