RAA - const

const / 1.0.1

Short description: Collection of mathematical and physical constants.
Category: Library/Math
Status: stable
Created: 2003-02-08 22:43:59 GMT
Last update: -
Owner: Daniel Carrera (Projects of this owner)
Homepage: http://www.math.umd.edu/~dcarrera/ruby/math/
Download: http://www.math.umd.edu/~dcarrera/ruby/math/math-const-1.0.1.tar.gz
License: GPL
Dependency:
None
Description:

This module provides a collection of mathematical and
physical constants under the Math::Const namespace.
For example:

$ irb
>> require "math/const"
=> true
>> include Math::Const
=> Object
>> FARADAY
=> 96485.341472
>> SOLAR_MASS
=> 1.9889200000000002e+30
>> SPEED_OF_LIGHT
=> 299792458.0
>> AVOGADRO
=> 6.0221419900000000e+23
>>

Edit this project (for project owner)

back to RAA top