Mathbridge adds a thin wrapper over open source mathematical libraries, that aims to bridge the deficiencies in each. As such,
- It provides default implementations for the mathematical operators supported by the SimianQuant library
- It patches over errors in open source implementations of certain functions (e.g. floor of
spire.math.Jet
) - It provides single line imports to use
spire
types
Add the following line to your build.sbt
file:
libraryDependencies += "com.simianquant" %% "mathbridge" % "0.4.0" // scala-jvm