Module Math
In: RainEvents.rb

Additions to the Math module, Taken from the Extmath module, Copyright (C) 2003 Josef ‘Jupp’ Schugt <jupp@rubyforge.org>

Methods

lgamma   tgamma  

Public Class methods

lgamma, modified from Extmath. Returns log of the gamma function of x.

tgamma, modified from Extmath. Returns gamma function of x.

[Validate]