Skip to content

Instantly share code, notes, and snippets.

@kenglishhi
kenglishhi / xirr.rb
Created January 29, 2012 11:56 — forked from sapient/xirr.rb
XIRR Function Written for Ruby 1.9.2
require 'date'
require 'bigdecimal/newton'
require 'bigdecimal/math'
include Newton
class XIRR
def initialize(datevalues)
@datevalues = datevalues
@zero = BigDecimal::new("0.0")