New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

com.simianquant:mathbridge_2.13

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.simianquant:mathbridge_2.13

A bridge to shareable mathematical functions

  • 0.4.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Mathbridge

Build Status Build status Scala.js 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
  4. It provides a consistent API across JVM and JS targets for non-standard functions (e.g. Cumulative Normal)

To Use

Add the following line to your build.sbt file:

libraryDependencies += "com.simianquant" %% "mathbridge" % "0.2.3" // scala-jvm
libraryDependencies += "com.simianquant" %%% "mathbridge" % "0.2.3" // scala-js/cross

FAQs

Package last updated on 21 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc