Socket
Book a DemoInstallSign in
Socket

rcommonsmath

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rcommonsmath

bundlerRubygems
Version
0.1.0
Version published
Maintainers
1
Created
Source

rcommonsmath

  • Homepage
  • Documentation

Description

A simple jruby wrapper around the java library commons-math. All it does is provide a structured way to require the jar files. The user refers to the java classes as usual (i.e. org.apache.commons.math.random.RandomGenerator).

Potentially some utilities to enhance productivity and make it more ruby friendly will be added later as well.

Examples

TODO: fill this in

require 'rcommonsmath'

Requirements

  • commons-math jar
  • setting the environment variable RCOMMONSMATH_JAR_PATH as described below

Install

$ gem install rcommonsmath

Download and unpack commons-math, and set the environment variable RCOMMONSMATH_JAR_PATH to the path containg the commons-math jar.

Copyright (c) 2011 Patrik Sundberg

See {file:LICENSE.txt} for details.

FAQs

Package last updated on 05 Apr 2011

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